Files
CityCards_Customer_Flutter/lib/core/route_constants.dart

4 lines
63 B
Dart

class RouteConstants {
static const String home = '/home';
}