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