toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"text": text,
"voter_count": voterCount,
"vote_percentage": votePercentage,
"is_chosen": isChosen,
"is_being_chosen": isBeingChosen,
};
}