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