isDone property

bool isDone

Returns true if value is LoadingStatus.done.

Implementation

bool get isDone => value == LoadingStatus.done;