IncidentUpdate constructor
IncidentUpdate({
- String? description,
- IncidentUpdateStatus? status,
- DateTime? updatedDate,
Implementation
IncidentUpdate({
this.description,
this.status,
this.updatedDate,
});