address property
String?
get
address
The wallet address that is in use.
Implementation
String? get address => _core?.address;
The wallet address that is in use.
String? get address => _core?.address;