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