PapercupsAttachment constructor

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

Implementation

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