isLoadedNetwork property
bool
get
isLoadedNetwork
Checks if the list was loaded from the network.
Implementation
bool get isLoadedNetwork => ResultStatus.loaded == resultStatus;
Checks if the list was loaded from the network.
bool get isLoadedNetwork => ResultStatus.loaded == resultStatus;