PruningStats.fromJson constructor
PruningStats.fromJson(
- Map json_
Implementation
PruningStats.fromJson(core.Map json_)
: this(
postCmetaPruningParallelInputCount:
json_['postCmetaPruningParallelInputCount'] as core.String?,
postCmetaPruningPartitionCount:
json_['postCmetaPruningPartitionCount'] as core.String?,
preCmetaPruningParallelInputCount:
json_['preCmetaPruningParallelInputCount'] as core.String?,
);