toModel method

ChatInfo toModel()

Constructs a new ChatInfo from this ChatInfoMixin.

Implementation

ChatInfo toModel() =>
    ChatInfo(id, chatId, author.toModel(), at, action: action.toModel());