RegisterPinPolicy class

PIN-Regel des Betriebs — daraus baut die Kasse Kästchen und Tastatur.

Constructors

RegisterPinPolicy({required int stellen, required String zeichen})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stellen int
Feste Stellenzahl (Backend: 3 bis 6).
final
zeichen String
ziffern (nur 0–9) oder zeichen (0–9 plus Kopplungs-Alphabet).
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