unitSystem property
      
      UnitSystem?
      get
      unitSystem
      
    
    
    
Implementation
external UnitSystem? get unitSystem;
      
      set
      unitSystem
      (UnitSystem? value) 
      
    
    
    
Implementation
external set unitSystem(UnitSystem? value);