runner property

Future<void>? runner

Implementation

Future<void>? get runner =>
    _isCurrentQueueAndNotCompleted(this) ? null : _runner;