strings property
Implementation
String strings = '''
class Strings {
static const String hello = 'Hello';
static const String retry = 'Retry';
static const String serverNotResponding = 'Server not responding';
static const String noInternetConnection = 'No internet connection';
static const String urlNotFound = 'Url not found';
static const String serverError = "Server error";
}
''';