UnusedL10nConfig.fromArgs constructor
Creates the config from cli args.
Implementation
factory UnusedL10nConfig.fromArgs(
Iterable<String> excludePatterns,
String classPattern,
) =>
UnusedL10nConfig(
excludePatterns: excludePatterns,
analyzerExcludePatterns: const [],
classPattern: classPattern,
);