isNeutered property

bool get isNeutered

Implementation

bool get isNeutered => bip32Node?.isNeutered() ?? true;