isStackEmpty property

  1. @Deprecated('use join')
bool isStackEmpty

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;