isEmpty property

bool get isEmpty

Check if empty (no travel time).

Implementation

bool get isEmpty => totalTimeS == 0;