loaded property

bool loaded

Returns if the data was loaded successfully

Implementation

bool get loaded => loadingStatus == ActionStatus.done;