7 lines
93 B
Dart
7 lines
93 B
Dart
sealed class ChickenRoutes {
|
|
ChickenRoutes._();
|
|
|
|
static const init = '/chicken/init';
|
|
|
|
}
|