toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final clusteredAttributes = this.clusteredAttributes;
  final dimension = this.dimension;
  final topAttributes = this.topAttributes;
  return {
    'clusteredAttributes': ?clusteredAttributes,
    'dimension': ?dimension,
    'topAttributes': ?topAttributes,
  };
}