ChatConversion extension
Extension adding models construction from a ChatMixin.
- on
Methods
-
toData(
[RecentChatsCursor? recent, FavoriteChatsCursor? favorite]) → ChatData -
Available on ChatMixin, provided by the ChatConversion extension
Constructs a new ChatData from this ChatMixin. -
toDto(
RecentChatsCursor? recent, FavoriteChatsCursor? favorite) → DtoChat -
Available on ChatMixin, provided by the ChatConversion extension
Constructs a new DtoChat from this ChatMixin. -
toModel(
) → Chat -
Available on ChatMixin, provided by the ChatConversion extension
Constructs a new Chat from this ChatMixin.