isSmallerThanValue method
Returns an expression that is true if this expression is strictly smaller than the other value.
Implementation
@pragma('drift:v3-rename', 'isLessThanValue')
Expression<bool> isSmallerThanValue(DT other) =>
isSmallerThan(variable(other));