phone property

String? phone

Property getter and setter for phone:

Implementation

String? get phone;
void phone=(String? phone)

Implementation

set phone(String? phone);