publicKey property
Uint8List
get
publicKey
Get Public Key
Implementation
Uint8List get publicKey {
_q ??= ecc.pointFromScalar(_d!, true)!;
return _q!;
}
Get Public Key
Uint8List get publicKey {
_q ??= ecc.pointFromScalar(_d!, true)!;
return _q!;
}