isCompleted property

bool get isCompleted

是否已完成

Implementation

bool get isCompleted => state == PreloadManagerState.completed;