ChatInfoElement constructor

ChatInfoElement(
  1. Rx<ChatItem> item
)

Implementation

ChatInfoElement(this.item)
  : super(ListElementId(item.value.at, item.value.id));