Slip39Node class

Slip39Node

Constructors

Slip39Node({required String name, String mnemonic = "", int index = 0, int threshold = 1, List<Slip39Node> children = const <Slip39Node>[]})

Properties

hashCode int
The hash code for this object.
no setterinherited
mnemonics List<String>
no setter
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

derive(int groupIndex) Slip39Node
deriveByName(String name) Slip39Node
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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