Escalation constructor

Escalation({
  1. String? justification,
  2. String? reason,
})

Implementation

Escalation({this.justification, this.reason});