lt method

bool lt(
  1. dynamic other
)

Implementation

bool lt(dynamic other) {
  return this.cmp(other) < 0;
}