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