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