ExportDataStatistics.fromJson constructor

ExportDataStatistics.fromJson(
  1. Map json_
)

Implementation

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