operator <= method Null safety

bool operator <= (
  1. num other
)

Whether other is numerically smaller than or equal to this number.

If either operand is the double NaN, the result is always false.

Implementation

bool operator <=(num other);