CaseDetails constructor

CaseDetails({
  1. String? caseId,
  2. String? categoryCode,
  3. List<String>? ccEmailAddresses,
  4. String? displayId,
  5. String? language,
  6. RecentCaseCommunications? recentCommunications,
  7. String? serviceCode,
  8. String? severityCode,
  9. String? status,
  10. String? subject,
  11. String? submittedBy,
  12. String? timeCreated,
})

Implementation

CaseDetails({
  this.caseId,
  this.categoryCode,
  this.ccEmailAddresses,
  this.displayId,
  this.language,
  this.recentCommunications,
  this.serviceCode,
  this.severityCode,
  this.status,
  this.subject,
  this.submittedBy,
  this.timeCreated,
});