CountBodyParts constructor

CountBodyParts({
  1. required int countOfTries,
})

Implementation

CountBodyParts({required this.countOfTries});