TestFileMatch constructor

TestFileMatch({
  1. required bool exists,
  2. required String path,
  3. bool integrationTest = false,
})

Implementation

TestFileMatch({
  required this.exists,
  required this.path,
  this.integrationTest = false,
});