lessThan method

bool lessThan(
  1. Duration duration
)

Implementation

bool lessThan(Duration duration) => compareTo(duration) < 0;