ReportKey.fromJson constructor
ReportKey.fromJson(
- Map json_
Implementation
ReportKey.fromJson(core.Map json_)
: this(
queryId: json_['queryId'] as core.String?,
reportId: json_['reportId'] as core.String?,
);