groups property
Implementation
ListBuilder<Sharee> get groups => _$this._groups ??= ListBuilder<Sharee>();
Implementation
set groups(covariant ListBuilder<Sharee>? groups) => _$this._groups = groups;
ListBuilder<Sharee> get groups => _$this._groups ??= ListBuilder<Sharee>();
set groups(covariant ListBuilder<Sharee>? groups) => _$this._groups = groups;