LE method

Where LE(
  1. dynamic value
)

Implementation

Where LE(dynamic value) {
  return _WhereOp(this, "<=", value);
}