isEmpty property
bool
get
isEmpty
Check if empty. Returns true if empty, false otherwise
Implementation
bool get isEmpty => totalTimeS == 0;
Check if empty. Returns true if empty, false otherwise
bool get isEmpty => totalTimeS == 0;