canSign method Null safety
Returns true if this Keypair is capable of signing.
Implementation
bool canSign() {
return _mPrivateKey != null;
}
Returns true if this Keypair is capable of signing.
bool canSign() {
return _mPrivateKey != null;
}