Instance Method
queryableValue()
By default,
QueryablePropertys uses queryValue(_:) to provide its queryableValue(). While it is not strictly required that this be the case, providing an alternative implementation risks violating the “identical encoding for identical property types” rule (see queryValue(_:)).func queryableValue() -> DatabaseQuery.Value?