tos method

Command? tos()

Implementation

Command? tos() {
  return _stack.isNotEmpty ? _stack.last : null;
}