name property

String? get name

Gets the group's display name/title.

Implementation

String? get name;
set name (String? title)

Sets the group's display name/title.

@param title - New title for the group

Implementation

set name(String? title);