groupMembers property

Implementation

GuiComponentCollection<GuiRadioButton> get groupMembers {
  final collObj = obj.groupMembers;
  if (collObj == null) throw Exception("RadioButton not found");
  return GuiComponentCollection<GuiRadioButton>(collObj);
}