operator <= method

ConditionQuery operator <=(
  1. dynamic other
)

Get db statement to check if this value less than or equal another date,

other may be DateTime object or DateTimeField

Implementation

ConditionQuery operator <=(dynamic other) => lessThanOrEquals(other);