Namer constructor
const
Namer({
- String? filePath,
- FileNamerOptions? options,
- bool addTestName = true,
- String? description,
Implementation
const Namer({
this.filePath,
this.options,
this.addTestName = true,
this.description,
});