Method to get the Tron address as a string, with an option to visible address (base58) or hex address
String toAddress([bool visible = true]) { if (visible) { return _address; } return _hexAddress; }