Map<String, dynamic> encode() { return { '__typename': 'ExperimentVariant', 'id': id, 'configs': configs?.map((e) => e.encode()).toList(growable: false), 'weight': weight, }; }