lastError property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
String? lastError
getter/setter pair

stores the last error. Used in offline caching

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
String? lastError;