ReadStatus constructor
ReadStatus({
- required String userId,
- required int timestamp,
- required String channelUrl,
- required ChannelType channelType,
Implementation
ReadStatus({
required this.userId,
required this.timestamp,
required this.channelUrl,
required this.channelType,
});