Map<String, dynamic> toMap() { return { 'conditions': conditions.map((e) => e.toMap()).toList(), 'rqh': rqh, 'rsh': rsh, 'rqb': rqb, 'rsb': rsb, }; }