lte method

Logic lte(
  1. dynamic other
)

Less-than-or-equal-to.

Implementation

Logic lte(dynamic other) => LessThanOrEqual(this, other).out;