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