groups property

ListBuilder<Sharee> groups
override

Implementation

ListBuilder<Sharee> get groups => _$this._groups ??= ListBuilder<Sharee>();
void groups=(covariant ListBuilder<Sharee>? groups)
covariantoverride

Implementation

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