menu
serverpod_chat_server package
documentation
module.dart
ChatJoinChannel
ChatJoinChannel.new factory constructor
ChatJoinChannel.new factory constructor
dark_mode
light_mode
ChatJoinChannel
constructor
ChatJoinChannel
(
{
required
String
channel
,
String
?
userName
,
})
Implementation
factory ChatJoinChannel({ required String channel, String? userName, }) = _ChatJoinChannelImpl;
serverpod_chat_server package
documentation
module
ChatJoinChannel
ChatJoinChannel.new factory constructor
ChatJoinChannel class