address property

String? address

Gets the address of the Contact (the phone number)

Implementation

String? get address => _address;