base64Encode property

String Function(Uint8List) get base64Encode

Implementation

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

Implementation

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