response property

Implementation

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

Implementation

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