TypingIndicator constructor
TypingIndicator({})
Constructs a new TypingIndicator instance.
Android Reference: TypingIndicator(String receiverId, String receiverType)
Requires receiverId and receiverType to be specified.
sender, metadata, lastTimestamp, and typingStatus are optional.
Implementation
TypingIndicator({
required this.sender,
required this.receiverId,
required this.receiverType,
this.metadata,
this.lastTimestamp,
this.typingStatus,
});