totalEncodedBytesTarget property
      
      int
      get
      totalEncodedBytesTarget
      
    
    
    
Implementation
int get totalEncodedBytesTarget =>
    js_util.getProperty(this, 'totalEncodedBytesTarget');
      
      set
      totalEncodedBytesTarget
      (int newValue) 
      
    
    
    
Implementation
set totalEncodedBytesTarget(int newValue) {
  js_util.setProperty(this, 'totalEncodedBytesTarget', newValue);
}