ReportFiles.fromJson constructor
ReportFiles.fromJson(
- Map json_
Implementation
ReportFiles.fromJson(core.Map json_)
: this(
byteCount: json_['byteCount'] as core.String?,
url: json_['url'] as core.String?,
);