maxVotes property

int? maxVotes
override

Implementation

int? get maxVotes => _$this._maxVotes;
void maxVotes=(covariant int? maxVotes)
covariantoverride

Implementation

set maxVotes(covariant int? maxVotes) => _$this._maxVotes = maxVotes;