status property
Status of the condition, one of True, False, Unknown.
Implementation
@JsonKey(
name: r'status',
required: true,
includeIfNull: false
)
final String status;
Status of the condition, one of True, False, Unknown.
@JsonKey(
name: r'status',
required: true,
includeIfNull: false
)
final String status;