Escalation.fromJson constructor
Escalation.fromJson(
- Map json_
Implementation
Escalation.fromJson(core.Map json_)
: this(
justification: json_['justification'] as core.String?,
reason: json_['reason'] as core.String?,
);