toJson method

Map<String, dynamic> toJson()

Implementation

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