menu
agent_dart_base package
documentation
wallet/phrase.dart
Phrase
Phrase constructor
Phrase constructor
dark_mode
light_mode
Phrase
constructor
Phrase
(
String
mnemonic
)
Implementation
Phrase(this.mnemonic) : _list = mnemonic.trim().split(' ');
agent_dart_base package
documentation
wallet/phrase
Phrase
Phrase constructor
Phrase class