StatusArray constructor
StatusArray({
- String? status,
- String? notes,
- CreatedAtDateTime? createdAtDateTime,
Implementation
StatusArray({
this.status,
this.notes,
this.createdAtDateTime,});