IntlBuilder class

Constructors

IntlBuilder({required String scanDir, required String outDir, String? genClass, File? genClassFile, Locale? devLocale})

Properties

devLocale Locale?
getter/setter pair
genClass String?
getter/setter pair
genClassFile File?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
i18nEnttitys List<I18nEntity>
final
outDefineDartFile File?
getter/setter pair
outDir Directory?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanDir Directory?
getter/setter pair
stringsXmlNameReg RegExp
final

Methods

build() BuildResult
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