base64Decode property

Uint8List Function(String) get base64Decode

Implementation

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

Implementation

set base64Decode(_i6.Uint8List Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'base64Decode',
    _i5.allowInterop(value),
  );
}