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