mobileCountryCode property
      
      int?
      get
      mobileCountryCode
      
    
    
    
Implementation
int? get mobileCountryCode => _$this._mobileCountryCode;
      
      set
      mobileCountryCode
      (int? mobileCountryCode) 
      
    
    
    
Implementation
set mobileCountryCode(int? mobileCountryCode) =>
    _$this._mobileCountryCode = mobileCountryCode;