GenerateArb class

Constructors

GenerateArb({required String dir, bool suppressMetaData = false, bool suppressLastModified = false, bool includeSourceText = false, String defaultLocale = 'en', String? baseFileName, String defaultFlavor = IntlDelegate.defaultFlavorName})
const

Properties

baseFileName String?
final
defaultFlavor String
final
defaultLocale String
final
dir String
final
hashCode int
The hash code for this object.
no setterinherited
includeSourceText bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suppressLastModified bool
final
suppressMetaData 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