PcovConfiguration constructor

const PcovConfiguration({
  1. required List<String> fileNamesToExclude,
  2. required List<String> fileContentToExclude,
})

Implementation

const PcovConfiguration({
  required this.fileNamesToExclude,
  required this.fileContentToExclude,
});