Instance Method
setVariantDefaultValue(_:keyPath:)
Sets the given value as the default value of the variant collection at the given key path.
mutating func setVariantDefaultValue<Value>(_ newValue: Value, keyPath: WritableKeyPath<Self, VariantCollection<Value>>) where Value : Decodable, Value : Encodable