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