Justification.fromJson constructor

Justification.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Justification.fromJson(Map<String, dynamic> json) {
  return _$JustificationFromJson(json);
}