bech32Address property

  1. @override
String bech32Address
override

Returns the Bech32 representation of the address, which is the address itself.

Implementation

@override
String get bech32Address => address;