MyChangeStack constructor

MyChangeStack({
  1. int? limit,
})

Changes to keep track of

Implementation

MyChangeStack({this.limit});