status property

  1. @JsonKey(includeIfNull: false)
String? status
getter/setter pair

Status.

Typical values: statusFailure, statusWarning or statusSuccess

Implementation

@JsonKey(includeIfNull: false)
String? status;