toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final aggregationCount = this.aggregationCount;
  final aggregationInterval = this.aggregationInterval;
  final aggregationLevel = this.aggregationLevel;
  return {
    'aggregationCount': ?aggregationCount,
    'aggregationInterval': ?aggregationInterval,
    'aggregationLevel': ?aggregationLevel,
  };
}