AppSettings class

Constructors

AppSettings.new()
factory

Properties

currency String?
no setter
hashCode int
The hash code for this object.
no setterinherited
kioskMode String?
no setter
language String?
no setter
profileCompleted bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCurrency(String currency) Future<void>
setKioskMode(String accountID) Future<void>
setLanguage(String language) Future<void>
setProfileCompleted(bool profileCompleted) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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