toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final agentPerformanceSource = this.agentPerformanceSource;
  final comparisonQueryInterval = this.comparisonQueryInterval;
  final filter = this.filter;
  final queryInterval = this.queryInterval;
  return {
    'agentPerformanceSource': ?agentPerformanceSource,
    'comparisonQueryInterval': ?comparisonQueryInterval,
    'filter': ?filter,
    'queryInterval': ?queryInterval,
  };
}