routes.dart 89 B

123456
  1. import 'package:flutter/cupertino.dart';
  2. class Routes {
  3. static const ROOT = '/';
  4. }