SheetLocalization class

Constructors

SheetLocalization({String? docId, int version = 1, String outDir = 'resources/langs', String lineSeparator = '\n', String outName = 'langs.csv', List<String> preservedKeywords = const [], bool injectGenerationDateTime = true, bool immediateTranslationEnabled = true})
const

Properties

docId → String?
Optional. If null then the local file (outName) will be used
final
hashCode → int
The hash code for this object.
no setterinherited
immediateTranslationEnabled → bool
final
injectGenerationDateTime → bool
final
lineSeparator → String
final
outDir → String
final
outName → String
final
preservedKeywords → List<String>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
version → int
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