Attachment constructor

Attachment(
  1. String fileUrl,
  2. String fileName,
  3. String fileExtension,
  4. String fileMimeType,
  5. int? fileSize
)

Implementation

Attachment