routes.dart 50 B

123
  1. class Routes {
  2. static const String home = '/';
  3. }