toString method
Convert the VoteWitnessContract object to its string representation.
Implementation
@override
String toString() {
return 'VoteWitnessContract{${toJson()}}';
}
Convert the VoteWitnessContract object to its string representation.
@override
String toString() {
return 'VoteWitnessContract{${toJson()}}';
}