votes property

int? votes

Implementation

int? get votes => _$this._votes;
void votes=(int? votes)

Implementation

set votes(int? votes) => _$this._votes = votes;