SharedAttachment constructor
SharedAttachment({
- required String path,
- required SharedAttachmentType type,
Implementation
SharedAttachment({
required this.path,
required this.type,
});