StatusArray constructor

StatusArray({
  1. String? status,
  2. String? notes,
  3. CreatedAtDateTime? createdAtDateTime,
})

Implementation

StatusArray({
    this.status,
    this.notes,
    this.createdAtDateTime,});