finalPolisher property
      
      int
      get
      finalPolisher
      
    
    
int finalPolisher;
Implementation
int get finalPolisher => ref.final_polisher;
      
      set
      finalPolisher
      (int value) 
      
    
    
    
Implementation
set finalPolisher(int value) => ref.final_polisher = value;