OrderApprovalMapping constructor

OrderApprovalMapping({
  1. String? createdByUserName,
  2. String? updatedByUserName,
  3. String? createdBy,
  4. String? createdDate,
  5. String? updatedBy,
  6. String? updatedDate,
  7. int? id,
  8. String? invoiceId,
  9. String? orderId,
  10. String? status,
  11. String? paymentStatus,
  12. String? orderStatus,
  13. String? approverId,
  14. String? approverName,
  15. String? orderType,
  16. String? paymentTransactionId,
  17. List<TaskIds>? taskIds,
})

Implementation

OrderApprovalMapping(
    {this.createdByUserName, this.updatedByUserName, this.createdBy, this.createdDate, this.updatedBy, this.updatedDate, this.id, this.invoiceId, this.orderId, this.status, this.paymentStatus, this.orderStatus, this.approverId, this.approverName, this.orderType, this.paymentTransactionId, this.taskIds});