group property

String? group

Implementation

String? get group => _$this._group;
void group=(String? group)

Implementation

set group(String? group) => _$this._group = group;