enqueue property

void Function([R?]) get enqueue

Implementation

void Function([R?]) get enqueue => ([R? p0]) => _i4.callMethod(
      _i4.getProperty(
        this,
        'enqueue',
      ),
      r'call',
      [
        this,
        p0 ?? _i6.undefined,
      ],
    );
set enqueue (void value([R?]))

Implementation

set enqueue(void Function([R?]) value) {
  _i4.setProperty(
    this,
    'enqueue',
    _i4.allowInterop(value),
  );
}