toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final applicationInfo = this.applicationInfo;
  final benchmarksSource = this.benchmarksSource;
  final currencyCode = this.currencyCode;
  final customerBenchmarksGroup = this.customerBenchmarksGroup;
  final dateRange = this.dateRange;
  final location = this.location;
  final productFilter = this.productFilter;
  return {
    'applicationInfo': ?applicationInfo,
    'benchmarksSource': ?benchmarksSource,
    'currencyCode': ?currencyCode,
    'customerBenchmarksGroup': ?customerBenchmarksGroup,
    'dateRange': ?dateRange,
    'location': ?location,
    'productFilter': ?productFilter,
  };
}