status property

  1. @JsonKey(fromJson: convertToIntIfDoubleValue)
int? status
getter/setter pair

The HTTP status code (also returned in the response header; see Response Status Codes for more information).

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValue)
int? status;