blob property

Blob Function() get blob

Implementation

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

Implementation

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