Gets the group's display name/title.
String? get name;
Sets the group's display name/title.
@param title - New title for the group
set name(String? title);