response property
AuthenticatorAttestationResponseJSON
get
response
Implementation
AuthenticatorAttestationResponseJSON get response =>
js_util.getProperty(this, 'response');
set
response
(AuthenticatorAttestationResponseJSON newValue)
Implementation
set response(AuthenticatorAttestationResponseJSON newValue) {
js_util.setProperty(this, 'response', newValue);
}