@JsonSerializable(explicitToJson: true) const factory Status({ int? id, String? name, String? description, DateTime? createdDate, }) = _Status;