$Justification.fromJson constructor
$Justification.fromJson(
- Map json_
Implementation
$Justification.fromJson(core.Map json_)
: this(
details: json_['details'] as core.String?,
justificationType: json_['justificationType'] as core.String?,
);