json property
dynamic Function()
get
json
Implementation
_i2.dynamic Function() get json => () => _i4.callMethod(
_i4.getProperty(
this,
'json',
),
r'call',
[this],
);
set
json
(dynamic value())
Implementation
set json(_i2.dynamic Function() value) {
_i4.setProperty(
this,
'json',
_i4.allowInterop(value),
);
}