AttachmentMetadata constructor

AttachmentMetadata({
  1. User? author,
  2. String? content,
  3. DateTime? created,
  4. String? filename,
  5. int? id,
  6. String? mimeType,
  7. Map<String, dynamic>? properties,
  8. String? self,
  9. int? size,
  10. String? thumbnail,
})

Implementation

AttachmentMetadata(
    {this.author,
    this.content,
    this.created,
    this.filename,
    this.id,
    this.mimeType,
    this.properties,
    this.self,
    this.size,
    this.thumbnail});