operator <= method

bool operator <=(
  1. dynamic other
)

See Big.lte

Implementation

bool operator <=(dynamic other) => lte(other);