Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
create_collection_req_entity.dart File Reference
import features;
import collections;
import domain;
import entities;
import collection_entity.dart;
import package;
import equatable.dart;
Include dependency graph for create_collection_req_entity.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

Function Documentation

◆ RequestOrderLineEntity()

const RequestOrderLineEntity ( { required this.partnerId, required this.productQty, } )
Here is the caller graph for this function:

◆ toJson()

Map< String, dynamic > toJson ( )

Definition at line 56 of file create_collection_req_entity.dart.

Variable Documentation

◆ partnerId

class CreateCollectionRequestEntity extends Equatable partnerId

◆ productQty

override List<Object?> get productQty

Definition at line 49 of file create_collection_req_entity.dart.

◆ props

override List<Object?> get props
Initial value:
=> [
final num partnerId

Definition at line 64 of file create_collection_req_entity.dart.