phone property

String? get phone

Implementation

String? get phone => _$this._phone;
set phone (String? phone)

Implementation

set phone(String? phone) => _$this._phone = phone;