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