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