isLoadedNetwork property

bool get isLoadedNetwork

Checks if the list was loaded from the network.

Implementation

bool get isLoadedNetwork => ResultStatus.loaded == resultStatus;