|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import package;import isar.dart;
Go to the source code of this file.
Enumerations | |
| enum | CollectionStep { statusUpdate , validation , information , confirmation , payment , rating } |
Functions | |
| Index () int collectionId | |
| Enumerated (EnumType.name) @Index() CollectionStep step | |
| PendingCollectionOperationIsarModel ({ required this.collectionId, required this.step, required this.operationOrder, required this.payload, required this.timestamp, this.isSynced=false, }) | |
Variables | |
| part pending_collection_operation_isar_model g | dart |
| enum CollectionStep | id = Isar.autoIncrement |
| String | payload |
| bool | isSynced |
| enum CollectionStep |
| Enumerator | |
|---|---|
| statusUpdate | |
| validation | |
| information | |
| confirmation | |
| payment | |
| rating | |
Definition at line 5 of file pending_collection_operation_isar_model.dart.
| Enumerated | ( | EnumType. | name | ) |


| Index | ( | ) |


| PendingCollectionOperationIsarModel | ( | { required this.collectionId, required this.step, required this.operationOrder, required this.payload, required this.timestamp, this.isSynced=false, } | ) |


| part pending_collection_operation_isar_model g dart |
Definition at line 3 of file pending_collection_operation_isar_model.dart.
| enum CollectionStep id = Isar.autoIncrement |
| bool isSynced |
Definition at line 33 of file pending_collection_operation_isar_model.dart.
| String payload |
Definition at line 31 of file pending_collection_operation_isar_model.dart.