contact property

String? get contact

Property getter and setter for contact:

Implementation

String? get contact;
set contact (String? contact)

Implementation

set contact(String? contact);