message property Null safety
inherited
The chat message as it looked BEFORE the reaction was added or removed.
Ie. if the message's reaction map entry for reaction contains fromParticipantId, then that was the state before this action happened and the user clicked to REMOVE reaction.
Implementation
ChatMessage get message => throw _privateConstructorUsedError;