LocaleLogic class

Constructors

LocaleLogic()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateLocale({required Locale? newLocale, required Locale? oldLocale, required Locale uiLocale, ValueChanged<Locale>? onLocaleChanged}) Future<({Locale uiLocale, Locale? updatedLocale})?>
Ui locale will not be saved, and will always be in runtime updatedLocale is the one that will be saved.

Operators

operator ==(Object other) bool
The equality operator.
inherited