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