7 lines
89 B
Dart
7 lines
89 B
Dart
class RouteList {
|
|
|
|
RouteList._();
|
|
|
|
static const String homeScreen = '/homeScreen';
|
|
|
|
} |