flutter-samples/lib/helpers/constants/route.dart
2025-05-03 15:33:44 +08:00

5 lines
83 B
Dart

class Routes {
static const home = '/home';
static const poetry = '/poetry';
}