Stack<T> constructor

Stack<T>({
  1. int cachedItems = -1,
})

Implementation

Stack({
  this.cachedItems = -1
});