isStackEmpty property Null safety
@Deprecated('use join')
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;