isShorterThan method

bool isShorterThan(
  1. Duration other
)

Implementation

bool isShorterThan(Duration other) => this < other;