UpdateStatus constructor

UpdateStatus(
  1. String type,
  2. EmpaStatus status
)

Implementation

UpdateStatus(this.type, this.status);