KasseSettings class

Constructors

KasseSettings({required KasseSettingsBetrieb betrieb, required KasseSettingsGeraet geraet})
const
KasseSettings.aus(Map<String, dynamic>? gespeichert)
Standard + Gespeichertes. Was fehlt, bleibt beim Standard; was die Kasse nicht kennt, bleibt draußen (die Wahrheit über Gültigkeit hat der Server).
factory
KasseSettings.standard()
Die Standardwerte — deckungsgleich mit Backend und Browser-Kasse.
const

Properties

betrieb KasseSettingsBetrieb
final
geraet KasseSettingsGeraet
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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