operator <= method

bool? operator <=(
  1. Object other
)

Implementation

bool? operator <=(Object other) => _compare(Comparator.lte, other);