workPhone property

String? get workPhone

Implementation

String? get workPhone => _$this._workPhone;
set workPhone (String? workPhone)

Implementation

set workPhone(String? workPhone) => _$this._workPhone = workPhone;