publicExponent property

Uint8List publicExponent

Implementation

Uint8List get publicExponent => js_util.getProperty(this, 'publicExponent');
void publicExponent=(Uint8List newValue)

Implementation

set publicExponent(Uint8List newValue) {
  js_util.setProperty(this, 'publicExponent', newValue);
}