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