FileNamerOptions constructor
const
FileNamerOptions({})
Implementation
const FileNamerOptions({
required this.folderPath,
required this.fileName,
required this.testName,
required this.description,
});
const FileNamerOptions({
required this.folderPath,
required this.fileName,
required this.testName,
required this.description,
});