encode property

Uint8List Function([String?]) get encode

Implementation

_i5.Uint8List Function([_i2.String?]) get encode =>
    ([_i2.String? p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'encode',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
set encode (Uint8List value([String?]))

Implementation

set encode(_i5.Uint8List Function([_i2.String?]) value) {
  _i4.setProperty(
    this,
    'encode',
    _i4.allowInterop(value),
  );
}