toJson method

Map<String, dynamic> toJson()

Implementation

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