AttachmentContent constructor

AttachmentContent({
  1. String? hash,
  2. AttachmentHashType? hashType,
  3. String? name,
  4. int? size,
  5. String? url,
})

Implementation

AttachmentContent({
  this.hash,
  this.hashType,
  this.name,
  this.size,
  this.url,
});