WitnessVotesData.empty constructor

WitnessVotesData.empty()

Implementation

factory WitnessVotesData.empty() {
  return WitnessVotesData(witnessVotes: [], witnessesVotedFor: 0);
}