JobStatistics5.fromJson constructor
JobStatistics5.fromJson(
- Map json_
Implementation
JobStatistics5.fromJson(core.Map json_)
: this(
copiedLogicalBytes: json_['copiedLogicalBytes'] as core.String?,
copiedRows: json_['copiedRows'] as core.String?,
);