exportKey property

({Future<JsonWebKey> Function(String format, CryptoKey key) $1, Future<ByteBuffer> Function(dynamic format, CryptoKey key) $2}) get exportKey

Overload accessor: $1, $2

Implementation

({
  _i2.Future<_i3.JsonWebKey> Function(
    _i2.String format,
    _i3.CryptoKey key,
  ) $1,
  _i2.Future<_i10.ByteBuffer> Function(
    _i2.dynamic format,
    _i3.CryptoKey key,
  ) $2,
}) get exportKey => (
      $1: _exportKey$1,
      $2: _exportKey$2,
    );