get(as:)

Resolves the value at this path, fetching it from the app if it was deferred.

Declaration

func get<T>(as type: T.Type = T.self) async throws -> T where T : IntentValueConvertible