ChatViewAttachment constructor

ChatViewAttachment({
  1. String? url,
  2. String? type,
  3. String? caption,
})

Implementation

ChatViewAttachment({
  this.url,
  this.type,
  this.caption,
});