MediaItem constructor

MediaItem(
  1. List<Attachment> attachments,
  2. ChatItem? item
)

Implementation

MediaItem(this.attachments, this.item);