maxVotes property

int? get maxVotes
override

Implementation

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

Implementation

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