getKey property

ByteBuffer? Function(PushEncryptionKeyName) get getKey

Implementation

_i5.ByteBuffer? Function(_i3.PushEncryptionKeyName) get getKey =>
    (_i3.PushEncryptionKeyName p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'getKey',
          ),
          r'call',
          [
            this,
            p0.name,
          ],
        );
set getKey (ByteBuffer? value(PushEncryptionKeyName))

Implementation

set getKey(_i5.ByteBuffer? Function(_i3.PushEncryptionKeyName) value) {
  _i4.setProperty(
    this,
    'getKey',
    _i4.allowInterop((p0) => () => value(p0) ?? _i6.undefined),
  );
}