toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (leafCount != null) 'leafCount': leafCount!,
  if (treeDepth != null) 'treeDepth': treeDepth!,
};