mobilePhone property Null safety

String? mobilePhone
override

Implementation

String? get mobilePhone => _$this._mobilePhone;
void mobilePhone=(covariant String? mobilePhone)
covariantoverride

Implementation

set mobilePhone(covariant String? mobilePhone) =>
    _$this._mobilePhone = mobilePhone;