blob property

Future<Blob> Function() get blob

Implementation

_i2.Future<_i3.Blob> Function() get blob =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'blob',
          ),
          r'call',
          [this],
        ));
set blob (Future<Blob> value())

Implementation

set blob(_i2.Future<_i3.Blob> Function() value) {
  _i4.setProperty(
    this,
    'blob',
    _i4.allowInterop(value),
  );
}