Subscriber constructor
Subscriber({})
Implementation
Subscriber({
required super.id,
required this.userId,
required this.channelId,
this.role = SubscribeRole.roleAny,
this.online = false,
this.unreadMessages = 0,
this.lastReadMessageAt,
this.lastReadMessageId,
super.avatarUrl,
super.nickname,
super.createdAt,
});