response property

Implementation

AuthenticatorAssertionResponseJSON get response =>
    js_util.getProperty(this, 'response');
void response=(AuthenticatorAssertionResponseJSON newValue)

Implementation

set response(AuthenticatorAssertionResponseJSON newValue) {
  js_util.setProperty(this, 'response', newValue);
}