votedSelf property

ListBuilder<int> votedSelf
override

Implementation

ListBuilder<int> get votedSelf => _$this._votedSelf ??= ListBuilder<int>();
void votedSelf=(covariant ListBuilder<int>? votedSelf)
covariantoverride

Implementation

set votedSelf(covariant ListBuilder<int>? votedSelf) => _$this._votedSelf = votedSelf;