LocaleConfig class

locale configuration including locale code and json file path .etc

Constructors

LocaleConfig.new(String locale, String l10n, {String? abbr, String? region, String? name, bool fallback = false})
LocaleConfig.fromJson(Map<String, dynamic> srcJson)
factory

Properties

abbr String
getter/setter pair
fallback bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
l10n String
getter/setter pair
locale String
getter/setter pair
name String
getter/setter pair
region String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited