mobilePhone property Null safety
override
Implementation
String? get mobilePhone => _$this._mobilePhone;
covariantoverride
Implementation
set mobilePhone(covariant String? mobilePhone) =>
_$this._mobilePhone = mobilePhone;
String? get mobilePhone => _$this._mobilePhone;
set mobilePhone(covariant String? mobilePhone) =>
_$this._mobilePhone = mobilePhone;