Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
pending_collection_operation_isar_model.dart File Reference
import package;
import isar.dart;
Include dependency graph for pending_collection_operation_isar_model.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

Enumeration Type Documentation

◆ CollectionStep

Enumerator
statusUpdate 
validation 
information 
confirmation 
payment 
rating 

Definition at line 5 of file pending_collection_operation_isar_model.dart.

Function Documentation

◆ Enumerated()

Enumerated ( EnumType. name)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Index()

Index ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ PendingCollectionOperationIsarModel()

PendingCollectionOperationIsarModel ( { required this.collectionId, required this.step, required this.operationOrder, required this.payload, required this.timestamp, this.isSynced=false, } )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ dart

part pending_collection_operation_isar_model g dart

Definition at line 3 of file pending_collection_operation_isar_model.dart.

◆ id

enum CollectionStep id = Isar.autoIncrement

◆ isSynced

bool isSynced

Definition at line 33 of file pending_collection_operation_isar_model.dart.

◆ payload

String payload

Definition at line 31 of file pending_collection_operation_isar_model.dart.