mnemonic property

Mnemonic? mnemonic

The account HD mnemonic, if it has one and can be determined. Some sources do not encode the mnemonic, such as HD extended keys.

Implementation

Mnemonic? get mnemonic =>
    impl.mnemonic != null ? Mnemonic._(impl.mnemonic!) : null;