rp property

Implementation

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

Implementation

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