SurveyDetailsResponse constructor

SurveyDetailsResponse({
  1. String? id,
  2. String? taskId,
  3. String? userId,
  4. String? approvalRequestId,
  5. int? approvalStatus,
  6. String? submitDate,
  7. String? startDate,
  8. String? endDate,
  9. String? taskName,
  10. int? taskType,
  11. String? taskTypeName,
  12. int? channelId,
  13. String? channelName,
  14. String? approvalStatusName,
  15. String? userName,
  16. String? position,
  17. String? menuType,
  18. String? checkInId,
  19. String? locationId1,
  20. String? locationId2,
  21. String? locationId3,
  22. String? locationId4,
  23. String? locationName1,
  24. String? locationName2,
  25. String? locationName3,
  26. String? locationName4,
  27. List<SubmitResponseDatum>? submitResponseData,
})

Implementation

SurveyDetailsResponse({
    this.id,
    this.taskId,
    this.userId,
    this.approvalRequestId,
    this.approvalStatus,
    this.submitDate,
    this.startDate,
    this.endDate,
    this.taskName,
    this.taskType,
    this.taskTypeName,
    this.channelId,
    this.channelName,
    this.approvalStatusName,
    this.userName,
    this.position,
    this.menuType,
    this.checkInId,
    this.locationId1,
    this.locationId2,
    this.locationId3,
    this.locationId4,
    this.locationName1,
    this.locationName2,
    this.locationName3,
    this.locationName4,
    this.submitResponseData,
});