taskState property
LoadBundleTaskState
get
taskState
The current load bundle task snapshot state.
The state indicates the current progress of the task, such as whether it is running, paused or completed.
Implementation
LoadBundleTaskState get taskState => _delegate.taskState;