publicKey property

CryptoKey publicKey

Implementation

CryptoKey get publicKey => js_util.getProperty(this, 'publicKey');
void publicKey=(CryptoKey newValue)

Implementation

set publicKey(CryptoKey newValue) {
  js_util.setProperty(this, 'publicKey', newValue);
}