|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import domain;import entities;import req;import req_create_driver_collection_entity.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) |
| class ReqCreateDriverCollectionModel extends ReqCreateDriverCollectionEntity CollectionPointModel | ( | { required super.id, } | ) |


| factory CollectionPointModel fromEntity | ( | CollectionPointEntity | entity | ) |
Definition at line 43 of file req_create_driver_collection_model.dart.

| factory ReqCreateDriverCollectionModel CollectionPointModel::fromEntity | ( | ReqCreateDriverCollectionEntity | entity | ) |
Definition at line 5 of file req_create_driver_collection_model.dart.
| factory ReqCreateDriverCollectionModel CollectionPointModel::fromJson | ( | Map< String, dynamic > | json | ) |
Definition at line 24 of file req_create_driver_collection_model.dart.
| const CollectionPointModel::ReqCreateDriverCollectionModel | ( | { required super.collectionPoints, required super.user, } | ) |

| Map< String, dynamic > CollectionPointModel::toJson | ( | ) |
Definition at line 15 of file req_create_driver_collection_model.dart.