toJson method

Map<String, dynamic> toJson()

Implementation

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