ReportSpecification.fromJson constructor

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

Implementation

factory ReportSpecification.fromJson(Map<String, dynamic> json) =>
    _$ReportSpecificationFromJson(json);