ExportDataStatistics.fromJson constructor
ExportDataStatistics.fromJson(
- Map json_
Implementation
ExportDataStatistics.fromJson(core.Map json_)
: this(
fileCount: json_['fileCount'] as core.String?,
rowCount: json_['rowCount'] as core.String?,
);