Instance Methodvapor 4.114.1Vapor

get(_:)

Get the value of the given key if it exists and is of the proper type.

Storage.swift:82
func get<Key>(_ key: Key.Type) -> Key.Value? where Key : StorageKey