Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
req_create_driver_collection_model.dart File Reference
import domain;
import entities;
import req;
import req_create_driver_collection_entity.dart;
Include dependency graph for req_create_driver_collection_model.dart:

Go to the source code of this file.

Classes

class  ReqCreateDriverCollectionEntity
class  UserEntity

Functions

class ReqCreateDriverCollectionModel extends ReqCreateDriverCollectionEntity CollectionPointModel ({ required super.id, })
const ReqCreateDriverCollectionModel ({ required super.collectionPoints, required super.user, })
factory ReqCreateDriverCollectionModel fromEntity (ReqCreateDriverCollectionEntity entity)
Map< String, dynamic > toJson ()
factory ReqCreateDriverCollectionModel fromJson (Map< String, dynamic > json)
factory CollectionPointModel fromEntity (CollectionPointEntity entity)

Function Documentation

◆ CollectionPointModel()

class ReqCreateDriverCollectionModel extends ReqCreateDriverCollectionEntity CollectionPointModel ( { required super.id, } )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fromEntity() [1/2]

factory CollectionPointModel fromEntity ( CollectionPointEntity entity)

Definition at line 43 of file req_create_driver_collection_model.dart.

Here is the call graph for this function:

◆ fromEntity() [2/2]

factory ReqCreateDriverCollectionModel CollectionPointModel::fromEntity ( ReqCreateDriverCollectionEntity entity)

Definition at line 5 of file req_create_driver_collection_model.dart.

◆ fromJson()

factory ReqCreateDriverCollectionModel CollectionPointModel::fromJson ( Map< String, dynamic > json)

Definition at line 24 of file req_create_driver_collection_model.dart.

◆ ReqCreateDriverCollectionModel()

const CollectionPointModel::ReqCreateDriverCollectionModel ( { required super.collectionPoints, required super.user, } )
Here is the caller graph for this function:

◆ toJson()

Map< String, dynamic > CollectionPointModel::toJson ( )

Definition at line 15 of file req_create_driver_collection_model.dart.