namespace property
String?
get
namespace
Get the event namespace (e.g., "chat" from "chat:message").
Implementation
String? get namespace => packet.namespace;
Get the event namespace (e.g., "chat" from "chat:message").
String? get namespace => packet.namespace;