isNotEmpty property
bool
get
isNotEmpty
Returns true if the path is not empty.
Implementation
bool get isNotEmpty => _path.isNotEmpty;
Returns true if the path is not empty.
bool get isNotEmpty => _path.isNotEmpty;