isLtOrEt method

bool isLtOrEt(
  1. num b
)

Short form for isLessThanOrEqualTo

Implementation

bool isLtOrEt(num b) => isLessThanOrEqualTo(b);