@override Map<String, Object?> toJson() { return { 'variantType': 'list', 'values': values.map((e) => e.toJson()).toList(), }; }