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