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