Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'enabled'] = this.enabled; json[r'quality'] = this.quality; return json; }