operator <= method

bool operator <=(
  1. dynamic other
)

Implementation

bool operator <=(dynamic other) =>
    _rational <= DecimalIntl._(other)._rational;