groups property

List<String>? get groups

Property getter and setter for groups:

Implementation

List<String>? get groups;
set groups (List<String>? groups)

Implementation

set groups(List<String>? groups);