nonce property

String? nonce

Implementation

_i2.String? get nonce => _i4.getProperty(
      this,
      'nonce',
    );
void nonce=(String? value)

Implementation

set nonce(_i2.String? value) {
  _i4.setProperty(
    this,
    'nonce',
    value ?? _i6.undefined,
  );
}