popAll method

void popAll()

Implementation

void popAll() {
  if (_disposed) return;
  value = value.popAll();
}