CompleteParagraph constructor

CompleteParagraph({
  1. required int countOfTries,
})

Implementation

CompleteParagraph({required this.countOfTries});