isLoading property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
bool isLoading
getter/setter pair

Whether the current query is in communication progress with server.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
bool isLoading = false;