toJson method

Map<String, dynamic> toJson()

Converts to a JSON map for the request body.

Implementation

Map<String, dynamic> toJson() => {
  'account_id': accountId,
  'status_ids': ?statusIds,
  'comment': ?comment,
  'forward': ?forward,
  'category': ?category,
  'rule_ids': ?ruleIds,
};