toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    'rules': rules.map((rule) => rule.toJson()).toList(),
    'match': match,
    'boolean': boolean,
    '\$\$hashKey': $$hashKey,
  };
}