@DomName('HTMLCollection.length') @DocsEditable() int get length => _blink.BlinkHTMLCollection.instance.length_Getter_(this);
set length(int value) { throw new UnsupportedError("Cannot resize immutable List."); }