Id property

String? get Id
Gets or sets the id of this group.

Implementation

String? get Id => this.id;
set Id (String? value)

Implementation

set Id(String? value) => this.id = value;