SubWithTable constructor

SubWithTable({
  1. required int countOfTries,
})

Implementation

SubWithTable({required this.countOfTries});