json property

Response Function([dynamic, ResponseInit?]) get json

Implementation

static _i3.Response Function([
  _i2.dynamic,
  _i3.ResponseInit?,
]) get json => ([
      _i2.dynamic p0,
      _i3.ResponseInit? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            _i8.target778,
            'json',
          ),
          r'call',
          [
            _i8.target778,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
set json (Response value([dynamic, ResponseInit?]))

Implementation

static set json(
    _i3.Response Function([
      _i2.dynamic,
      _i3.ResponseInit?,
    ]) value) {
  _i4.setProperty(
    _i8.target778,
    'json',
    _i4.allowInterop(value),
  );
}