eval property

Implementation

AuthenticationExtensionsPRFValues get eval =>
    js_util.getProperty(this, 'eval');
void eval=(AuthenticationExtensionsPRFValues newValue)

Implementation

set eval(AuthenticationExtensionsPRFValues newValue) {
  js_util.setProperty(this, 'eval', newValue);
}