Object5 constructor

const Object5({
  1. dynamic id,
  2. String? filename,
  3. String? description,
  4. String? contentType,
  5. NonNegativeSafeIntegerType? size,
  6. String? url,
  7. String? proxyUrl,
  8. int? height,
  9. int? width,
  10. bool? ephemeral,
  11. num? duration,
  12. String? waveform,
  13. MessageAttachmentFlags? flags,
})

Implementation

const Object5({
  this.id,
  this.filename,
  this.description,
  this.contentType,
  this.size,
  this.url,
  this.proxyUrl,
  this.height,
  this.width,
  this.ephemeral,
  this.duration,
  this.waveform,
  this.flags,
});