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