getNameOrAddress method

String? getNameOrAddress()

Implementation

String? getNameOrAddress(){if(super.name!= null&&!super.name!.isEmpty) return super.name;return getAddress();}