unwrapKey property

Implementation

_i2.Future<_i3.CryptoKey> Function(
  _i3.KeyFormat,
  _i2.Object,
  _i3.CryptoKey,
  _i2.Object,
  _i2.Object,
  _i2.bool,
  _i2.List<_i3.KeyUsage>,
) get unwrapKey => (
      _i3.KeyFormat p0,
      _i2.Object p1,
      _i3.CryptoKey p2,
      _i2.Object p3,
      _i2.Object p4,
      _i2.bool p5,
      _i2.List<_i3.KeyUsage> p6,
    ) =>
        _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'unwrapKey',
          ),
          r'call',
          [
            this,
            p0.name,
            p1,
            p2,
            p3,
            p4,
            p5,
            p6.map((i) => i.name).toList(),
          ],
        ));

Implementation

set unwrapKey(
    _i2.Future<_i3.CryptoKey> Function(
      _i3.KeyFormat,
      _i2.Object,
      _i3.CryptoKey,
      _i2.Object,
      _i2.Object,
      _i2.bool,
      _i2.List<_i3.KeyUsage>,
    ) value) {
  _i4.setProperty(
    this,
    'unwrapKey',
    _i4.allowInterop(value),
  );
}