RenameOptions constructor
const
RenameOptions({})
Implementation
const RenameOptions({
required this.prefix,
required this.suffix,
required this.globPattern,
required this.workingDirectory,
required this.isDryRun,
required this.verbose,
});