GenerateIntl class

Constructors

GenerateIntl({String arbDir = '.', String genDir = '.', bool useDeferredLoading = true, String? baseFileName, String codegenMode = 'release', String defaultLocale = 'en', String defaultFlavor = IntlDelegate.defaultFlavorName, Set<String> locales = const {}, Set<String> flavors = const {}, bool generateFlutterDelegate = false, bool arbSuppressMetaData = false, bool arbSuppressLastModified = false, bool arbIncludeSourceText = false})
const

Properties

arbDir String
final
arbIncludeSourceText bool
final
arbSuppressLastModified bool
final
arbSuppressMetaData bool
final
baseFileName String?
final
codegenMode String
final
defaultFlavor String
final
defaultLocale String
final
flavors Set<String>
final
genDir String
final
generateFlutterDelegate bool
final
hashCode int
The hash code for this object.
no setterinherited
locales Set<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useDeferredLoading bool
final

Methods

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