Memento<TState> constructor

Memento<TState>({
  1. int historySize = 50,
})

Implementation

Memento({
  this.historySize = 50,
});