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