On this page
appendItem method
- @DomName('SVGNumberList.appendItem')
 - @DocsEditable()
 
Source
@DomName('SVGNumberList.appendItem')
@DocsEditable()
Number appendItem(Number newItem) =>
    _blink.BlinkSVGNumberList.instance.appendItem_Callback_1_(this, newItem);
  © 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
 https://api.dartlang.org/stable/1.24.3/dart-svg/NumberList/appendItem.html