getPublicKey property
ByteBuffer? Function()
get
getPublicKey
Implementation
_i5.ByteBuffer? Function() get getPublicKey => () => _i4.callMethod(
_i4.getProperty(
this,
'getPublicKey',
),
r'call',
[this],
);
set
getPublicKey
(ByteBuffer? value())
Implementation
set getPublicKey(_i5.ByteBuffer? Function() value) {
_i4.setProperty(
this,
'getPublicKey',
_i4.allowInterop(() => () => value() ?? _i6.undefined),
);
}