sessions property

Implementation

GuiComponentCollection<GuiSession> get sessions {
  final childrenObj = obj.children;
  if (childrenObj == null) throw Exception("Connections not found");
  return GuiComponentCollection<GuiSession>(childrenObj);
}