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