createObjectURL property
Implementation
static _i2.String Function(_i3.Blob) get createObjectURL =>
    (_i3.Blob p0) => _i4.callMethod(
          _i4.getProperty(
            _i8.target795,
            'createObjectURL',
          ),
          r'call',
          [
            _i8.target795,
            p0,
          ],
        );