add property
void Function(TestItem)
get
add
Implementation
void Function(_i3.TestItem) get add => (_i3.TestItem p0) => _i5.callMethod(
_i5.getProperty(
this,
'add',
),
r'call',
[
this,
p0,
],
);
set
add
(void value(TestItem))
Implementation
set add(void Function(_i3.TestItem) value) {
_i5.setProperty(
this,
'add',
_i5.allowInterop(value),
);
}