ElectrumV2WordsNum class

Enumeration of word counts for Electrum V2 mnemonics. An enumeration representing the number of words in an Electrum V2 mnemonic.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The numeric value associated with each word count.
final

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

Constants

values → const List<ElectrumV2WordsNum>
wordsNum12 → const ElectrumV2WordsNum
Represents a 12-word Electrum V2 mnemonic.
wordsNum24 → const ElectrumV2WordsNum
Represents a 24-word Electrum V2 mnemonic.