status property

  1. @JsonKey(fromJson: statusFromJson, toJson: statusToJson)
bool status
getter/setter pairinherited

Implementation

@JsonKey(
  fromJson: statusFromJson,
  toJson: statusToJson,
)
bool status;