Transaction class Null safety
Transaction domain entity
- Implementers
Constructors
Properties
- booking ↔ dynamic
-
read / write
- bookingId ↔ String
-
read / write
- dateTime ↔ DateTime
-
read / write
- discountCode ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
read / write
- parking ↔ dynamic
-
read / write
- parkingId ↔ String
-
read / write
- paymentCard ↔ dynamic
-
read / write
- paymentCardId ↔ String?
-
read / write
- price ↔ double
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- userId ↔ String
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited