SharedOptions constructor
SharedOptions({})
Implementation
SharedOptions({
required this.libPaths,
required this.assetPaths,
required this.dustbinPath,
required this.listPath,
required this.configPath,
required this.nameReplaces,
required this.excludePaths,
required this.formatType,
});