hasWebsockets property
bool
get
hasWebsockets
Implementation
bool get hasWebsockets =>
controllers.any((e) => e.hasWebsockets && !e.isExcluded);
bool get hasWebsockets =>
controllers.any((e) => e.hasWebsockets && !e.isExcluded);