toDto method

DtoChatInfo toDto(
  1. ChatItemsCursor cursor
)

Constructs a new DtoChatInfo from this ChatInfoMixin.

Implementation

DtoChatInfo toDto(ChatItemsCursor cursor) =>
    DtoChatInfo(toModel(), cursor, ver);