fromJson static method

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

Implementation

static Report fromJson(Map<String, dynamic> json) => _$ReportFromJson(json);