AvailableTestsPage constructor

AvailableTestsPage({
  1. bool autoRun = false,
  2. Key? key,
  3. String? suiteName,
})

Implementation

AvailableTestsPage({
  this.autoRun = false,
  Key? key,
  this.suiteName,
}) : super(key: key);