|
Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
|
import features;import collections;import domain;import entities;import collection_entity.dart;import package;import equatable.dart;
Go to the source code of this file.
Classes | |
| class | Equatable |
Functions | |
| const | RequestOrderLineEntity ({ required this.partnerId, required this.productQty, }) |
| Map< String, dynamic > | toJson () |
Variables | |
| class CreateCollectionRequestEntity extends Equatable | partnerId |
| final num | productQty |
| override List< Object?> get | props |
| const RequestOrderLineEntity | ( | { required this.partnerId, required this.productQty, } | ) |

| Map< String, dynamic > toJson | ( | ) |
Definition at line 56 of file create_collection_req_entity.dart.
| class CreateCollectionRequestEntity extends Equatable partnerId |
| override List<Object?> get productQty |
Definition at line 49 of file create_collection_req_entity.dart.
| override List<Object?> get props |
Definition at line 64 of file create_collection_req_entity.dart.