task property

AsyncValueGetter<T>? task
final

Task to be executed. Will be overridden by task passed when calling runTask provided by builder.

Implementation

final AsyncValueGetter<T>? task;