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