json property

Future Function() get json

Implementation

_i2.Future<_i2.dynamic> Function() get json =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'json',
          ),
          r'call',
          [this],
        ));
set json (Future value())

Implementation

set json(_i2.Future<_i2.dynamic> Function() value) {
  _i4.setProperty(
    this,
    'json',
    _i4.allowInterop(value),
  );
}