QpAnalyser constructor

QpAnalyser(
  1. {Key? key,
  2. required int index}
)

Implementation

QpAnalyser({super.key, required this.index});