publicAddress property

String publicAddress

Get the public, human readable address of the account, also known as the Algorand address.

Implementation

String get publicAddress => address.encodedAddress;