Candidate constructor
Candidate({})
Implementation
Candidate({
this.candidateUrl,
this.channels,
this.email,
this.name,
this.orderOnBallot,
this.party,
this.phone,
this.photoUrl,
});
Candidate({
this.candidateUrl,
this.channels,
this.email,
this.name,
this.orderOnBallot,
this.party,
this.phone,
this.photoUrl,
});