appRoutesFileContent constant

String const appRoutesFileContent

Implementation

static const String appRoutesFileContent = """abstract class Routes {
static const String initial = splash;

static const String splash = "/";
static const String homeScreen = "/homeScreen";
}""";