toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (agentPerformanceSource != null)
'agentPerformanceSource': agentPerformanceSource!,
if (comparisonQueryInterval != null)
'comparisonQueryInterval': comparisonQueryInterval!,
if (filter != null) 'filter': filter!,
if (queryInterval != null) 'queryInterval': queryInterval!,
};