SharedMedia constructor

SharedMedia({
  1. List<SharedAttachment?>? attachments,
  2. List<String?>? recipientIdentifiers,
  3. String? conversationIdentifier,
  4. String? content,
  5. String? speakableGroupName,
  6. String? serviceName,
  7. String? senderIdentifier,
  8. String? imageFilePath,
})

Implementation

SharedMedia({
  this.attachments,
  this.recipientIdentifiers,
  this.conversationIdentifier,
  this.content,
  this.speakableGroupName,
  this.serviceName,
  this.senderIdentifier,
  this.imageFilePath,
});