UParkingShiftResponse class

Constructors

UParkingShiftResponse({required String id, required DateTime createdAt, required List<int> tags, required String parkingId, required DateTime startDate, required double cashTotal, required double cardTotal, required double ipgTotal, required double countedCash, required int entryCount, required int exitCount, DateTime? endDate, String? creatorId, UUserResponse? creator, double total = 0, UBaseJson? jsonData, List<String> adminUserIds = const <String>[]})
UParkingShiftResponse.fromJson(String str)
factory
UParkingShiftResponse.fromMap(Map<String, dynamic> json)
factory

Properties

adminUserIds → List<String>
final
cardTotal → double
final
cashDifference → double
no setter
cashTotal → double
final
countedCash → double
final
createdAt → DateTime
final
creator → UUserResponse?
final
creatorId → String?
final
endDate → DateTime?
final
entryCount → int
final
exitCount → int
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
final
ipgTotal → double
final
jsonData → UBaseJson?
final
parkingId → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
startDate → DateTime
final
tags → List<int>
final
total → double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → String
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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