AppLanguageConfig class

Default configuration implementation with copyWith

Implemented types

Constructors

AppLanguageConfig.new({Locale defaultLanguage = kDefaultLocale, List<Locale> supportedLanguages = kSupportedLocales})
const

Properties

defaultLanguage Locale
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedLanguages List<Locale>
List Language support in Application
final

Methods

copyWith({Locale? defaultLanguage, List<Locale>? supportedLanguages}) AppLanguageConfig
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