isPublicDerivationSupported property
bool
get
isPublicDerivationSupported
Checks if public derivation is supported for this key.
Implementation
bool get isPublicDerivationSupported {
return keyDerivator.isPublicDerivationSupported();
}