isDirty method

bool isDirty()

Implementation

bool isDirty() {
  return _stack.isNotEmpty;
}