toModel method
Constructs a new ChatInfo from this ChatInfoMixin.
Implementation
ChatInfo toModel() =>
ChatInfo(id, chatId, author.toModel(), at, action: action.toModel());
Constructs a new ChatInfo from this ChatInfoMixin.
ChatInfo toModel() =>
ChatInfo(id, chatId, author.toModel(), at, action: action.toModel());