content property

  1. @override
String get content
override

content of file

Implementation

@override
String get content => '''
class Routes {
static Future<String> get initialRoute async {
  return $_initial;
}
}
''';