Bip39Mnemonic.fromList constructor
Constructs a BIP-39 mnemonic from a list of words. This constructor initializes a BIP-39 mnemonic object using a list of BIP-39 words.
Implementation
Bip39Mnemonic.fromList(List<String> mnemonic) : super.fromList(mnemonic);