isStackEmpty property
Returns true if the directory stack maintained by push and pop has is currently empty.
Settings().isStackEmpty
Implementation
@Deprecated('use join')
bool get isStackEmpty => _settings._isStackEmpty;
Returns true if the directory stack maintained by push and pop has is currently empty.
Settings().isStackEmpty
@Deprecated('use join')
bool get isStackEmpty => _settings._isStackEmpty;