totalEncodedBytesTarget property

int totalEncodedBytesTarget

Implementation

int get totalEncodedBytesTarget =>
    js_util.getProperty(this, 'totalEncodedBytesTarget');
void totalEncodedBytesTarget=(int newValue)

Implementation

set totalEncodedBytesTarget(int newValue) {
  js_util.setProperty(this, 'totalEncodedBytesTarget', newValue);
}