BetriebZeile class
Eine Zeile der Betriebsliste.
Constructors
- BetriebZeile({required String customerId, required String firma, required String status, required String? appId, required PartnerEnv env, required int? createdAt, required AvvStand? avv})
-
const
-
BetriebZeile.aus(Map<
String, dynamic> k) -
factory
Properties
- appId → String?
-
final
- avv → AvvStand?
-
Vertragsstand, falls die Antwort ihn ueberhaupt fuehrt -- heute tut sie
das nicht, der Wert ist dann
null. Siehe AvvStand: nichts in diesem Client setzt ihn voraus.final - createdAt → int?
-
final
- customerId → String
-
final
- env → PartnerEnv
-
final
- firma → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
Der weiteste erreichte Meilenstein, nicht die einzige laufende
Arbeit: Signaturantrag und Kassenanlage laufen absichtlich nebeneinander.
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