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