ListElement constructor

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

Implementation

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