UploadAttachmentArguments constructor

UploadAttachmentArguments({
  1. MultipartFile? file,
})

Implementation

UploadAttachmentArguments({this.file});