Content constructor

Content({
  1. dynamic topic,
  2. dynamic acknowledgementTopic,
  3. dynamic groupId,
  4. RequestedBy? requestedBy,
  5. int? requestDetails,
  6. int? payload,
  7. dynamic existingPayload,
  8. dynamic payloadDifference,
  9. dynamic response,
  10. String? serviceId,
  11. String? serviceDesc,
  12. String? requestId,
  13. String? requestKey,
  14. dynamic reason,
  15. int? approvalStatus,
  16. dynamic approverHistory,
  17. String? requestInitiatorId,
  18. String? taskId,
  19. String? requestedDate,
  20. dynamic requestedTime,
  21. dynamic searchKeywords,
  22. dynamic transactionId,
  23. String? tradeName,
  24. String? orderId,
  25. String? partnerId,
  26. String? redirectUrl,
  27. String? redirectScope,
  28. dynamic attributes,
  29. dynamic rules,
  30. bool? conditional,
  31. dynamic historyId,
  32. String? actionButton,
  33. dynamic message,
  34. String? description,
  35. bool? approved,
  36. bool? cancelled,
  37. bool? isConditionalApproval,
})

Implementation

Content(
    {this.topic,
    this.acknowledgementTopic,
    this.groupId,
    this.requestedBy,
    this.requestDetails,
    this.payload,
    this.existingPayload,
    this.payloadDifference,
    this.response,
    this.serviceId,
    this.serviceDesc,
    this.requestId,
    this.requestKey,
    this.reason,
    this.approvalStatus,
    this.approverHistory,
    this.requestInitiatorId,
    this.taskId,
    this.requestedDate,
    this.requestedTime,
    this.searchKeywords,
    this.transactionId,
    this.tradeName,
    this.orderId,
    this.partnerId,
    this.redirectUrl,
    this.redirectScope,
    this.attributes,
    this.rules,
    this.conditional,
    this.historyId,
    this.actionButton,
    this.message,
    this.description,
    this.approved,
    this.cancelled,
    this.isConditionalApproval});