Map<String, dynamic> toJson() { final json = _$ZoneToJson(this); json['status'] = status.value; json['type'] = type.value; return json; }