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