rp property

Implementation

_i3.PublicKeyCredentialRpEntity get rp => _i4.getProperty(
      this,
      'rp',
    );

Implementation

set rp(_i3.PublicKeyCredentialRpEntity value) {
  _i4.setProperty(
    this,
    'rp',
    value,
  );
}