FileNamerOptions constructor
const
FileNamerOptions({})
Creates a FileNamerOptions instance with required parameters.
Implementation
const FileNamerOptions({
required this.folderPath,
required this.fileName,
required this.testName,
this.description,
});