publicKey property

Implementation

_i3.PublicKeyCredentialRequestOptions? get publicKey => _i4.getProperty(
      this,
      'publicKey',
    );
set publicKey (PublicKeyCredentialRequestOptions? value)

Implementation

set publicKey(_i3.PublicKeyCredentialRequestOptions? value) {
  _i4.setProperty(
    this,
    'publicKey',
    value ?? _i6.undefined,
  );
}