hasActivePath property
bool
get
hasActivePath
Checks if is there unfinished path.
Implementation
bool get hasActivePath => _activePath != null;
Checks if is there unfinished path.
bool get hasActivePath => _activePath != null;