Unassigned constructor

Unassigned({
  1. String? id,
  2. String? type,
  3. List<double>? location,
  4. String? reason,
})

Implementation

Unassigned({
  this.id,
  this.type,
  this.location,
  this.reason,
});