Store the content that will be written to the file in a String or Future
@override String get content => ''' class Routes { static Future<String> get initialRoute async { // TODO: implement method return $initial; } } ''';