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