ReportAssignment.fromJson constructor

ReportAssignment.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ReportAssignment.fromJson(Map<String, Object?> json) =>
    _$ReportAssignmentFromJson(json);