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