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