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