Namer constructor

const Namer({
  1. String? filePath,
  2. FileNamerOptions? options,
  3. bool addTestName = true,
  4. String? description,
})

Implementation

const Namer({
  this.filePath,
  this.options,
  this.addTestName = true,
  this.description,
});