UploadAttachmentPayload constructor

const UploadAttachmentPayload({
  1. required Uint8List file,
  2. required String fileName,
  3. required String token,
})

Implementation

const UploadAttachmentPayload({
  required this.file,
  required this.fileName,
  required this.token,
});