EasyI18n class

Constructors

EasyI18n(Locale locale)

Properties

hashCode int
The hash code for this object.
no setterinherited
locale Locale
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

load([Map<String, dynamic>? sentences]) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
populate(String sentence, Map<String, String> values) String
toString() String
A string representation of this object.
inherited
trans(String key, [List<String>? subKeys]) String

Operators

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

Static Methods

of(BuildContext context) EasyI18n?