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