toJson method

Map<String, dynamic> toJson()

Converts to a JSON map for the request body.

Implementation

Map<String, dynamic> toJson() => {
  'category': ?category,
  'rule_ids': ?ruleIds,
};