CollectStockHistoryDetailsContentModel constructor

CollectStockHistoryDetailsContentModel({
  1. String? createdDate,
  2. int? fieldForceAgentId,
  3. String? status,
  4. int? assetCount,
  5. String? productName,
  6. String? materialCode,
})

Implementation

CollectStockHistoryDetailsContentModel(
    {this.createdDate,
    this.fieldForceAgentId,
    this.status,
    this.assetCount,
    this.productName,
    this.materialCode});