int length

Source

@DomName('FileList.length')
@DocsEditable()
int get length => _blink.BlinkFileList.instance.length_Getter_(this);
void length=(int value)

Source

set length(int value) {
  throw new UnsupportedError("Cannot resize immutable List.");
}