toString method

  1. @override
String toString([
  1. bool visible = true
])
override

Method to get the Tron address as a string, with an option to visible address (base58) or hex address

Implementation

@override
String toString([bool visible = true]) {
  return toAddress(visible);
}