RPTappingActivity constructor

RPTappingActivity({
  1. required String identifier,
  2. bool includeInstructions = true,
  3. bool includeResults = true,
  4. int lengthOfTest = 30,
})

Contructor for creating a Tapping Test.

Implementation

RPTappingActivity(
    {required super.identifier,
    super.includeInstructions,
    super.includeResults,
    this.lengthOfTest = 30});