groupID property

int? get groupID

Implementation

int? get groupID => _$this._groupID;
set groupID (int? groupID)

Implementation

set groupID(int? groupID) => _$this._groupID = groupID;