isZeroTime method

bool isZeroTime()

Implementation

bool isZeroTime() => secs == 0 && nsecs == 0;