operator < method

bool operator <(
  1. dynamic other
)

Implementation

bool operator <(other) => other is Hlc && compareTo(other) < 0;