isEmpty property

bool get isEmpty

Check if empty. Returns true if empty, false otherwise

Implementation

bool get isEmpty => totalTimeS == 0;