fromJsonMap method
Implementation
@override
Justification? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? Justification.fromJson(json) : null;
@override
Justification? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? Justification.fromJson(json) : null;