ReportView.fromJson constructor

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

Implementation

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