SharedAttachment constructor

SharedAttachment({
  1. required String path,
  2. required SharedAttachmentType type,
})

Implementation

SharedAttachment({required this.path, required this.type});