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