ILocalize<T> class abstract

Constructors

ILocalize.get()

Properties

hashCode int
The hash code for this object.
no setterinherited
locales List<String>
no setter
names List<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<T>
no setter
valuesAsString List<String>
no setter

Methods

extended(T value) String?
locale(T value, {BuildContext? context}) String?
nameOf(T value) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
valueOf(String name) → T?

Operators

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