CollectionRecordPayload class
Constructors
- CollectionRecordPayload({required String parkingName, required String releaseAt, required String lastReleaseAt, required int countOf1000, required int countOfKeep1000, required int countOf500, required int countOf100, required int countOfSub100, required int countOf50, required int countOf10})
- CollectionRecordPayload.fromMap(Map data)
-
factory
Properties
- countOf10 ↔ int
-
getter/setter pair
- countOf100 ↔ int
-
getter/setter pair
- countOf1000 ↔ int
-
getter/setter pair
- countOf50 ↔ int
-
getter/setter pair
- countOf500 ↔ int
-
getter/setter pair
- countOfKeep1000 ↔ int
-
getter/setter pair
- countOfSub100 ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastReleaseAt ↔ String
-
getter/setter pair
- parkingName ↔ String
-
getter/setter pair
- releaseAt ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited