Communication constructor

Communication({
  1. List<AttachmentDetails>? attachmentSet,
  2. String? body,
  3. String? caseId,
  4. String? submittedBy,
  5. String? timeCreated,
})

Implementation

Communication({
  this.attachmentSet,
  this.body,
  this.caseId,
  this.submittedBy,
  this.timeCreated,
});