RelationProxy.findBy

Finds a single record matching the filters. Equivalent to where(...).first.

Does not change the filters for the RelationProxy it was called on.

struct RelationProxy(T)
Nullable!T
findBy
(
U
)
(
U[string] filters
)

Meta