nonce property

String get nonce

Implementation

String get nonce => js_util.getProperty(this, 'nonce');
set nonce (String newValue)

Implementation

set nonce(String newValue) {
  js_util.setProperty(this, 'nonce', newValue);
}