provideTasks property

FutureOr<List<T>> Function(CancellationToken) provideTasks

Implementation

_i4.FutureOr<_i2.List<T>> Function(_i3.CancellationToken) get provideTasks =>
    (_i3.CancellationToken p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'provideTasks',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void provideTasks=(FutureOr<List<T>> value(CancellationToken))

Implementation

set provideTasks(
    _i4.FutureOr<_i2.List<T>> Function(_i3.CancellationToken) value) {
  _i5.setProperty(
    this,
    'provideTasks',
    _i5.allowInterop((p0) => _i6.Promise.futureOr(() => value(p0))),
  );
}