setIsVoting method

dynamic setIsVoting(
  1. bool voting
)

Implementation

setIsVoting(bool voting) {
  isVoting = voting;
}