I18nConfig class
general config, applies to all locales
Constructors
-
I18nConfig({required String baseName, required I18nLocale baseLocale, required FallbackStrategy fallbackStrategy, required OutputFormat outputFormat, required bool localeHandling, required bool flutterIntegration, required String translateVariable, required String enumName, required TranslationClassVisibility translationClassVisibility, required bool renderFlatMap, required bool renderTimestamp, required List<
ContextType> contexts, required List<Interface> interface})
Properties
- baseLocale → I18nLocale
-
final
- baseName → String
-
final
-
contexts
→ List<
ContextType> -
final
- enumName → String
-
final
- fallbackStrategy → FallbackStrategy
-
final
- flutterIntegration → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
interface
→ List<
Interface> -
final
- localeHandling → bool
-
final
- outputFormat → OutputFormat
-
final
- renderFlatMap → bool
-
final
- renderTimestamp → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- translateVariable → String
-
final
- translationClassVisibility → TranslationClassVisibility
-
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