DtoChatItem constructor

DtoChatItem(
  1. ChatItem value,
  2. ChatItemsCursor? cursor,
  3. ChatItemVersion ver
)

Implementation

DtoChatItem(this.value, this.cursor, this.ver);