enUs property
Implementation
String enUs = '''
import 'strings.dart';
final Map<String, String> enUs = {
Strings.hello: 'Hello!',
};
''';
String enUs = '''
import 'strings.dart';
final Map<String, String> enUs = {
Strings.hello: 'Hello!',
};
''';