address property

String? address

Implementation

String? get address => _p2pkh != null ? _p2pkh?.data.address : null;