ChangeStack constructor

ChangeStack({
  1. int? limit,
})

Changes to keep track of

Implementation

ChangeStack({this.limit});