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