lengthComputable property

bool get lengthComputable

Implementation

bool get lengthComputable => js_util.getProperty(this, 'lengthComputable');
set lengthComputable (bool newValue)

Implementation

set lengthComputable(bool newValue) {
  js_util.setProperty(this, 'lengthComputable', newValue);
}