status property

  1. @JsonKey(name: r'status', required: true, includeIfNull: false)
String status
final

Status of the condition, one of True, False, Unknown.

Implementation

@JsonKey(

    name: r'status',
    required: true,
    includeIfNull: false
  )


  final String status;