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