phone property

String? get phone
override

Implementation

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

Implementation

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