I18nConfig class

Constructors

I18nConfig({required List<I18nLang> langs, String? sourceLocale, String? fallbackLocale, String systemLabel = '跟随系统'})
const

Properties

fallbackLocale String?
final
hashCode int
The hash code for this object.
no setterinherited
langs List<I18nLang>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceLocale String?
final
systemLabel String
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