lengthComputable property

bool lengthComputable

Implementation

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

Implementation

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