LocalizationChecker class

Constructors

LocalizationChecker.new({required LocalizationCheckerConfig config, LocalizedKeysFinder? keysFinder, StringFilter? stringFilter})

Properties

config LocalizationCheckerConfig
final
hashCode int
The hash code for this object.
no setterinherited
keysFinder LocalizedKeysFinder
final
results List<NonLocalizedString>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringFilter StringFilter
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run({bool generateArb = false, String? arbOutputDir}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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