groupID property

int? groupID

Implementation

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

Implementation

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