toModel method
Constructs a new ChatInfoQuote from this ChatInfoQuoteMixin.
Implementation
ChatInfoQuote toModel() => ChatInfoQuote(
original:
original == null
? null
: _chatItem(original!.node, original!.cursor).value,
author: author.id,
at: at,
action: action.toModel(),
);