isEmpty method

bool isEmpty()

is Empty

Implementation

bool isEmpty() => _stack.isEmpty;