Map<String, dynamic> toJson() { return { 'name': name.toJson(), 'tryRules': tryRules.map((e) => e.toJson()).toList(), }; }