createObjectURL property

set createObjectURL (String value(Blob))

Implementation

static set createObjectURL(_i2.String Function(_i3.Blob) value) {
  _i4.setProperty(
    _i8.target3321,
    'createObjectURL',
    _i4.allowInterop(value),
  );
}