MnemonicIndex class

smart constructor, validate the given value fits the mnemonic index boundaries (see MAX_MNEMONIC_VALUE).

Constructors

MnemonicIndex(int m)
MnemonicIndex.create(int m)
returns an Error::MnemonicOutOfBound if the given value does not fit the valid values.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
m int
final
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
to_word(DefaultDictionary d) String
lookup in the given dictionary to retrieve the mnemonic word.
toString() String
A string representation of this object.
inherited

Operators

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