LettersInit class

Constructors

LettersInit()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
getter/setter pair
lettersWithIntKey Map<int, String>
getter/setter pair
lettersWithStringKey Map<String, int>
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
setupLetters() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance LettersInit
final