content property
Store the content that will be written to the file in a String or Future
Implementation
@override
String get content => '''
// DO NOT EDIT. This is code generated via package:refreshed_cli/refreshed_cli.dart
// ignore_for_file: lines_longer_than_80_chars
// ignore: avoid_classes_with_only_static_members
class AppTranslation {
\tstatic Map<String, Map<String, String>> translations = {
$_translationsKeys
\t};
}
class LocaleKeys {
LocaleKeys._();
$_keys
}
class Locales {
\t$_locales
}
''';