pubKeyCredParams property
Iterable<PublicKeyCredentialParameters>
get
pubKeyCredParams
Implementation
Iterable<PublicKeyCredentialParameters> get pubKeyCredParams =>
js_util.getProperty(this, 'pubKeyCredParams');
set
pubKeyCredParams
(Iterable<PublicKeyCredentialParameters> newValue)
Implementation
set pubKeyCredParams(Iterable<PublicKeyCredentialParameters> newValue) {
js_util.setProperty(this, 'pubKeyCredParams', newValue);
}