getAddress method

String? getAddress()

Implementation

String? getAddress(){if(isGroup()) return null;return super.address;}