I10nHandler class

Constructors

I10nHandler()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

currentLocaleName String
getter/setter pair
forceLanguage String?
getter/setter pair
tag String
getter/setter pair
timer Timer?
getter/setter pair

Static Methods

checkLanguage() → void
init() → dynamic
isZH() bool
loadLanguage(String localeName) bool
message(String key) String
messageWithArgs(String key, List<Object> args) String
setLanguage(String language) → void
startTimer() → void
开始定时器*
stopTimer() → void