phone property

String? phone

Implementation

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

Implementation

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