TypingStatus constructor

TypingStatus({
  1. required ChannelType channelType,
  2. required String channelUrl,
  3. required User user,
  4. required int timestamp,
})

Implementation

TypingStatus({
  required this.channelType,
  required this.channelUrl,
  required this.user,
  required this.timestamp,
});