Instance Method
getVariantDefaultValue(keyPath:)
Returns the default value of the variant collection at the given key path.
func getVariantDefaultValue<Value>(keyPath: WritableKeyPath<Self, VariantCollection<Value>>) -> Value where Value : Decodable, Value : Encodable