TestReportSetup constructor

const TestReportSetup({
  1. required List<TestReportAction> action,
})

Implementation

const factory TestReportSetup({
  required List<TestReportAction> action,
}) = _TestReportSetup;