createObjectURL property

String Function(Object) get createObjectURL

Implementation

static _i2.String Function(_i2.Object) get createObjectURL =>
    (_i2.Object p0) => _i4.callMethod(
          _i4.getProperty(
            _i8.target584,
            'createObjectURL',
          ),
          r'call',
          [
            _i8.target584,
            p0,
          ],
        );
set createObjectURL (String value(Object))

Implementation

static set createObjectURL(_i2.String Function(_i2.Object) value) {
  _i4.setProperty(
    _i8.target584,
    'createObjectURL',
    _i4.allowInterop(value),
  );
}