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