CommonStorage constructor

CommonStorage({
  1. int maxCount = 100,
})

Implementation

CommonStorage({this.maxCount = 100});