ReceiptPayload class

Constructors

ReceiptPayload({required String parkingName, required String tel, required String timeIn, required String taxId, required String tax, required String price, required String paidAt, required String orderId})

Properties

hashCode int
The hash code for this object.
no setterinherited
orderId String
getter/setter pair
paidAt String
getter/setter pair
parkingName String
getter/setter pair
price String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tax String
getter/setter pair
taxId String
getter/setter pair
tel String
getter/setter pair
timeIn String
getter/setter pair

Methods

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

Operators

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