info property

GuiSessionInfo get info

Implementation

GuiSessionInfo get info {
  final infoObj = obj.info;
  if (infoObj == null) throw Exception("Session info not found");
  return GuiSessionInfo(infoObj);
}