$Justification.fromJson constructor

$Justification.fromJson(
  1. Map json_
)

Implementation

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