menu
fishpi package
documentation
types/chatroom.dart
ChatRoomNode
ChatRoomNode.new constructor
ChatRoomNode.new constructor
dark_mode
light_mode
ChatRoomNode
constructor
ChatRoomNode
(
{
required
String
node
,
required
String
name
,
required
int
online
,
})
Implementation
ChatRoomNode({ required this.node, required this.name, required this.online, });
fishpi package
documentation
types/chatroom
ChatRoomNode
ChatRoomNode.new constructor
ChatRoomNode class