TypingStatus constructor Null safety
- {required ChannelType channelType,
- required String channelUrl,
- required User user,
- required int timestamp}
Implementation
TypingStatus({
required this.channelType,
required this.channelUrl,
required this.user,
required this.timestamp,
});