init(_:)
Creates a session property with the specified key path.
Declaration
init(_ keyPath: ReferenceWritableKeyPath<SessionPropertyValues, Value>)Parameters
- keyPath:
The key path to the property.
Creates a session property with the specified key path.
init(_ keyPath: ReferenceWritableKeyPath<SessionPropertyValues, Value>)The key path to the property.