$Symptom constructor

$Symptom({
  1. String? createTime,
  2. String? details,
  3. String? symptomType,
  4. String? workerId,
})

Implementation

$Symptom({
  this.createTime,
  this.details,
  this.symptomType,
  this.workerId,
});