toDto method

DtoChatCall toDto(
  1. ChatItemsCursor cursor
)

Constructs a new DtoChatCall from this ChatCallMixin.

Implementation

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