isLoading property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
bool isLoading
read / write

Whether the current query is in communication progress with server.

Implementation

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