publicKey property
Uint8List?
get
publicKey
Implementation
Uint8List? get publicKey {
_Q ??= ecc.pointFromScalar(_d!, compressed);
return _Q;
}
Uint8List? get publicKey {
_Q ??= ecc.pointFromScalar(_d!, compressed);
return _Q;
}