publicKey property
CryptoKey
get
publicKey
Implementation
CryptoKey get publicKey => js_util.getProperty(this, 'publicKey');
set
publicKey
(CryptoKey newValue)
Implementation
set publicKey(CryptoKey newValue) {
js_util.setProperty(this, 'publicKey', newValue);
}