isLoading property
- @JsonKey(includeFromJson: false, includeToJson: false)
read / write
Whether the current query is in communication progress with server.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
bool isLoading = false;