MultiplyingStamp constructor

MultiplyingStamp({
  1. required int countOfTries,
})

Implementation

MultiplyingStamp({required this.countOfTries});