pop method

T? pop()

Implementation

T? pop() => _stack.removeLast();