wif property

  1. @override
String? wif
override

Implementation

@override
String? get wif {
  try {
    return _bip32.toWIF();
  } catch (_) {
    return null;
  }
}