country property
      
      String?
      get
      country
      
    
    
    
Implementation
String? get country;
      
      set
      country
      (String? country) 
      
    
    
    
Implementation
set country(String? country);