getGroup method

String? getGroup()

Gets the component's logical group.

Returns the component's logical group

Implementation

String? getGroup() {
  return _group;
}