toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (currentAggregateNodeCount != null)
'currentAggregateNodeCount': currentAggregateNodeCount!,
if (maxNodeCount != null) 'maxNodeCount': maxNodeCount!,
if (minNodeCount != null) 'minNodeCount': minNodeCount!,
};