EcodeskAttachment constructor

EcodeskAttachment({
  1. String? id,
  2. String? fileName,
  3. String? fileUrl,
  4. String? contentType,
})

Implementation

EcodeskAttachment({this.id, this.fileName, this.fileUrl, this.contentType});