phoneCountryCode property

String? get phoneCountryCode

Implementation

String? get phoneCountryCode => _$this._phoneCountryCode;
set phoneCountryCode (String? phoneCountryCode)

Implementation

set phoneCountryCode(String? phoneCountryCode) =>
    _$this._phoneCountryCode = phoneCountryCode;