toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (aggregationCount != null) 'aggregationCount': aggregationCount!,
if (aggregationInterval != null)
'aggregationInterval': aggregationInterval!,
if (aggregationLevel != null) 'aggregationLevel': aggregationLevel!,
};