group property

List<MKey>? group

Property getter and setter for group:

Implementation

List<MKey>? get group;
void group=(List<MKey>? group)

Implementation

set group(List<MKey>? group);