UnreadableUploadResponseException constructor

const UnreadableUploadResponseException([
  1. String message = 'Attachment upload completed but server response could not be parsed.'
])

Implementation

const UnreadableUploadResponseException([
  super.message = 'Attachment upload completed but server response could not be parsed.',
]);