isLongerThan method

bool isLongerThan(
  1. Duration other
)

Implementation

bool isLongerThan(Duration other) => this > other;