WebApiModulesUtilitiesQuikActivityQuikActivity constructor

const WebApiModulesUtilitiesQuikActivityQuikActivity({
  1. int? activityId,
  2. String? activityDate,
  3. String? activityTime,
  4. String? activityTypeId,
  5. String? activityTypeDescription,
  6. String? activityTypeColor,
  7. String? activityTypeTextColor,
  8. int? activityStatusId,
  9. String? activityStatus,
  10. String? activityStatusColor,
  11. String? activityStatusTextColor,
  12. String? orderId,
  13. String? orderNumber,
  14. String? orderType,
  15. String? orderTypeController,
  16. String? orderDescription,
  17. String? orderLocation,
  18. String? agentId,
  19. String? agent,
  20. String? dealId,
  21. String? deal,
  22. String? departmentId,
  23. String? department,
  24. String? vendorId,
  25. String? vendor,
  26. String? customerId,
  27. String? customer,
  28. String? inventoryId,
  29. String? iCode,
  30. String? description,
  31. int? totalQuantity,
  32. int? remainingQuantity,
  33. int? completeQuantity,
  34. double? completePercent,
  35. String? assignedToUserId,
  36. String? assignedToUserName,
  37. String? customerServiceRepresentativeId,
  38. String? customerServiceRepresentative,
  39. bool? orderRentalActivity,
  40. bool? orderSalesActivity,
  41. bool? orderMiscellaneousActivity,
  42. bool? orderLaborActivity,
  43. bool? orderRentalSaleActivity,
  44. bool? orderLossAndDamageActivity,
  45. bool? orderRepairActivity,
  46. String? auditNote,
  47. String? recordTitle,
  48. dynamic urlIdentifier,
  49. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  50. List<FwStandardDataFwCustomValue>? custom,
  51. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  52. FwStandardBusinessLogicFwBusinessLogic? original,
  53. List<FwStandardDataFwTranslatedValue>? translation,
  54. bool? hasImport,
  55. bool? hasDocuments,
  56. String? createdByUserId,
  57. String? createdByUserName,
  58. String? createdDateTime,
  59. String? modifiedByUserId,
  60. String? modifiedByUserName,
  61. String? modifiedDateTime,
})

Implementation

const WebApiModulesUtilitiesQuikActivityQuikActivity({
  this.activityId,
  this.activityDate,
  this.activityTime,
  this.activityTypeId,
  this.activityTypeDescription,
  this.activityTypeColor,
  this.activityTypeTextColor,
  this.activityStatusId,
  this.activityStatus,
  this.activityStatusColor,
  this.activityStatusTextColor,
  this.orderId,
  this.orderNumber,
  this.orderType,
  this.orderTypeController,
  this.orderDescription,
  this.orderLocation,
  this.agentId,
  this.agent,
  this.dealId,
  this.deal,
  this.departmentId,
  this.department,
  this.vendorId,
  this.vendor,
  this.customerId,
  this.customer,
  this.inventoryId,
  this.iCode,
  this.description,
  this.totalQuantity,
  this.remainingQuantity,
  this.completeQuantity,
  this.completePercent,
  this.assignedToUserId,
  this.assignedToUserName,
  this.customerServiceRepresentativeId,
  this.customerServiceRepresentative,
  this.orderRentalActivity,
  this.orderSalesActivity,
  this.orderMiscellaneousActivity,
  this.orderLaborActivity,
  this.orderRentalSaleActivity,
  this.orderLossAndDamageActivity,
  this.orderRepairActivity,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});