CollectStockHistoryContentModel constructor

CollectStockHistoryContentModel({
  1. String? createdDate,
  2. String? transactionId,
  3. String? status,
  4. String? transactionByParty,
  5. String? transactionByContext,
  6. String? fromPartyType,
  7. String? fromPartyId,
  8. String? toPartyType,
  9. String? toPartyId,
  10. String? toPartyName,
})

Implementation

CollectStockHistoryContentModel(
    {this.createdDate,
    this.transactionId,
    this.status,
    this.transactionByParty,
    this.transactionByContext,
    this.fromPartyType,
    this.fromPartyId,
    this.toPartyType,
    this.toPartyId,
    this.toPartyName});