rp property

Implementation

PublicKeyCredentialRpEntity get rp => js_util.getProperty(this, 'rp');
set rp (PublicKeyCredentialRpEntity newValue)

Implementation

set rp(PublicKeyCredentialRpEntity newValue) {
  js_util.setProperty(this, 'rp', newValue);
}