toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (hllppUniqueCount != null) 'hllppUniqueCount': hllppUniqueCount!,
if (inputType != null) 'inputType': inputType!,
if (max != null) 'max': max!,
if (min != null) 'min': min!,
if (stateType != null) 'stateType': stateType!,
if (sum != null) 'sum': sum!,
};