Escalation constructor

Escalation({
  1. Actor? actor,
  2. String? createTime,
  3. String? justification,
  4. String? name,
  5. String? reason,
})

Implementation

Escalation({
  this.actor,
  this.createTime,
  this.justification,
  this.name,
  this.reason,
});