LocalizationCheckerConfig class

Constructors

LocalizationCheckerConfig.new({required String projectPath, List<String>? scanPaths, List<String> excludeDirs = const ['build', '.dart_tool', '.pub', '.git', 'test', 'bin'], List<String> excludeFiles = const [], bool verbose = false, bool includeComments = false, List<String> customUiPatterns = const []})

Properties

customUiPatterns List<String>
final
excludeDirs List<String>
final
excludeFiles List<String>
final
hashCode int
The hash code for this object.
no setterinherited
includeComments bool
final
projectPath String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanPaths List<String>
final
verbose bool
final

Methods

copyWith({List<String>? scanPaths, List<String>? customUiPatterns}) LocalizationCheckerConfig
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited