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