CINXE.COM
NumberList class - dart:svg library - Dart API
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no"> <meta name="description" content="API docs for the NumberList class from the dart:svg library, for the Dart programming language."> <title>NumberList class - dart:svg library - Dart API</title> <link rel="canonical" href="https://api.dart.dev/dart-svg/NumberList-class.html"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" rel="stylesheet"> <link rel="stylesheet" href="../static-assets/github.css?v1"> <link rel="stylesheet" href="../static-assets/styles.css?v1"> <link rel="icon" href="../static-assets/favicon.png?v1"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-VVQ8908SJ5"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-VVQ8908SJ5'); </script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preload" href="https://fonts.googleapis.com/css2?family=Google+Sans+Text:wght@400&family=Google+Sans:wght@500&display=swap" as="style"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Google+Sans+Text:wght@400&family=Google+Sans:wght@500&display=swap"> <link rel="stylesheet" href="https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.css"> </head> <body data-base-href="../" data-using-base-href="false" class="light-theme"> <div id="overlay-under-drawer"></div> <header id="title"> <span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span> <ol class="breadcrumbs gt-separated dark hidden-xs"> <li><a href="../index.html">Dart</a></li> <li><a href="../dart-svg">dart:svg</a></li> <li class="self-crumb">NumberList class</li> </ol> <div class="self-name">NumberList</div> <form class="search navbar-right" role="search"> <input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> </form> <div class="toggle" id="theme-button" title="Toggle brightness"> <label for="theme"> <input type="checkbox" id="theme" value="light-theme"> <span id="dark-theme-button" class="material-symbols-outlined"> dark_mode </span> <span id="light-theme-button" class="material-symbols-outlined"> light_mode </span> </label> </div> </header> <main> <div id="dartdoc-main-content" class="main-content" data-above-sidebar="dart-svg/dart-svg-library-sidebar.html" data-below-sidebar="dart-svg/NumberList-class-sidebar.html"> <div> <div id="external-links" class="btn-group"><a title="View source code" class="source-link" href="https://github.com/dart-lang/sdk/blob/a8bfb132c5f7b9555d13ea79eaf0eaa77825824d/sdk/lib/svg/dart2js/svg_dart2js.dart#L2373"><span class="material-symbols-outlined">description</span></a></div> <h1><span class="kind-class">NumberList</span> class </h1></div> <section> <dl class="dl-horizontal"> <dt>Implemented types</dt> <dd> <ul class="comma-separated clazz-relationships"> <li><a href="../dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></li> </ul> </dd> <dt>Mixed-in types</dt> <dd> <ul class="comma-separated clazz-relationships"> <li><a href="../dart-collection/ListMixin.html">ListMixin</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></li> <li><a href="../dart-html/ImmutableListMixin-class.html">ImmutableListMixin</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></li> </ul> </dd> <dt>Annotations</dt> <dd> <ul class="annotation-list clazz-relationships"> <li>@Unstable()</li> <li>@Native("SVGNumberList")</li> </ul> </dd> </dl> </section> <section class="summary offset-anchor" id="instance-properties"> <h2>Properties</h2> <dl class="properties"> <dt id="first" class="property"> <span class="name"><a href="../dart-svg/NumberList/first.html">first</a></span> <span class="signature">↔ <a href="../dart-svg/Number-class.html">Number</a></span> </dt> <dd> The first element. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited-setter</span><span class="feature">override-getter</span></div> </dd> <dt id="hashCode" class="property inherited"> <span class="name"><a href="../dart-core/Object/hashCode.html">hashCode</a></span> <span class="signature">→ <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> The hash code for this object. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="isEmpty" class="property inherited"> <span class="name"><a href="../dart-collection/ListBase/isEmpty.html">isEmpty</a></span> <span class="signature">→ <a href="../dart-core/bool-class.html">bool</a></span> </dt> <dd class="inherited"> Whether this collection has no elements. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="isNotEmpty" class="property inherited"> <span class="name"><a href="../dart-collection/ListBase/isNotEmpty.html">isNotEmpty</a></span> <span class="signature">→ <a href="../dart-core/bool-class.html">bool</a></span> </dt> <dd class="inherited"> Whether this collection has at least one element. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="iterator" class="property inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/iterator.html">iterator</a></span> <span class="signature">→ <a href="../dart-core/Iterator-class.html">Iterator</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </dt> <dd class="inherited"> A new <code>Iterator</code> that allows iterating the elements of this <code>Iterable</code>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="last" class="property"> <span class="name"><a href="../dart-svg/NumberList/last.html">last</a></span> <span class="signature">↔ <a href="../dart-svg/Number-class.html">Number</a></span> </dt> <dd> The last element. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited-setter</span><span class="feature">override-getter</span></div> </dd> <dt id="length" class="property"> <span class="name"><a href="../dart-svg/NumberList/length.html">length</a></span> <span class="signature">↔ <a href="../dart-core/int-class.html">int</a></span> </dt> <dd> The number of objects in this list. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">override</span></div> </dd> <dt id="numberOfItems" class="property"> <span class="name"><a href="../dart-svg/NumberList/numberOfItems.html">numberOfItems</a></span> <span class="signature">→ <a href="../dart-core/int-class.html">int</a>?</span> </dt> <dd> <div class="features"><span class="feature">no setter</span></div> </dd> <dt id="reversed" class="property inherited"> <span class="name"><a href="../dart-collection/ListBase/reversed.html">reversed</a></span> <span class="signature">→ <a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </dt> <dd class="inherited"> An <a href="../dart-core/Iterable-class.html">Iterable</a> of the objects in this list in reverse order. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="runtimeType" class="property inherited"> <span class="name"><a href="../dart-core/Object/runtimeType.html">runtimeType</a></span> <span class="signature">→ <a href="../dart-core/Type-class.html">Type</a></span> </dt> <dd class="inherited"> A representation of the runtime type of the object. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="single" class="property"> <span class="name"><a href="../dart-svg/NumberList/single.html">single</a></span> <span class="signature">→ <a href="../dart-svg/Number-class.html">Number</a></span> </dt> <dd> Checks that this iterable has only one element, and returns that element. <div class="features"><span class="feature">no setter</span><span class="feature">override</span></div> </dd> </dl> </section> <section class="summary offset-anchor" id="instance-methods"> <h2>Methods</h2> <dl class="callables"> <dt id="add" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/add.html">add</a></span><span class="signature">(<wbr><span class="parameter" id="add-param-value"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">value</span></span>) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Adds <code>value</code> to the end of this list, extending the length by one. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="addAll" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/addAll.html">addAll</a></span><span class="signature">(<wbr><span class="parameter" id="addAll-param-iterable"><span class="type-annotation"><a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> <span class="parameter-name">iterable</span></span>) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Appends all objects of <code>iterable</code> to the end of this list. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="any" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/any.html">any</a></span><span class="signature">(<wbr><span class="parameter" id="any-param-test"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">test</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>)</span>) <span class="returntype parameter">→ <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> Checks whether any element of this iterable satisfies <code>test</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="appendItem" class="callable"> <span class="name"><a href="../dart-svg/NumberList/appendItem.html">appendItem</a></span><span class="signature">(<wbr><span class="parameter" id="appendItem-param-newItem"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">newItem</span></span>) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd> </dd> <dt id="asMap" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/asMap.html">asMap</a></span><span class="signature">(<wbr>) <span class="returntype parameter">→ <a href="../dart-core/Map-class.html">Map</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-core/int-class.html">int</a></span>, <span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </span> </dt> <dd class="inherited"> An unmodifiable <a href="../dart-core/Map-class.html">Map</a> view of this list. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="cast" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/cast.html">cast</a></span><span class="signature"><<wbr><span class="type-parameter">R</span>></span><span class="signature">(<wbr>) <span class="returntype parameter">→ <a href="../dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter">R</span>></span></span> </span> </dt> <dd class="inherited"> Returns a view of this list as a list of <code>R</code> instances. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="clear" class="callable"> <span class="name"><a href="../dart-svg/NumberList/clear.html">clear</a></span><span class="signature">(<wbr>) <span class="returntype parameter">→ void</span> </span> </dt> <dd> Removes all objects from this list; the length of the list becomes zero. <div class="features"><span class="feature">override</span></div> </dd> <dt id="contains" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/contains.html">contains</a></span><span class="signature">(<wbr><span class="parameter" id="contains-param-element"><span class="type-annotation"><a href="../dart-core/Object-class.html">Object</a>?</span> <span class="parameter-name">element</span></span>) <span class="returntype parameter">→ <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> Whether the collection contains an element equal to <code>element</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="elementAt" class="callable"> <span class="name"><a href="../dart-svg/NumberList/elementAt.html">elementAt</a></span><span class="signature">(<wbr><span class="parameter" id="elementAt-param-index"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">index</span></span>) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd> Returns the <code>index</code>th element. <div class="features"><span class="feature">override</span></div> </dd> <dt id="every" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/every.html">every</a></span><span class="signature">(<wbr><span class="parameter" id="every-param-test"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">test</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>)</span>) <span class="returntype parameter">→ <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> Checks whether every element of this iterable satisfies <code>test</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="expand" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/expand.html">expand</a></span><span class="signature"><<wbr><span class="type-parameter">T</span>></span><span class="signature">(<wbr><span class="parameter" id="expand-param-f"><span class="type-annotation"><a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span></span> <span class="parameter-name">f</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>)</span>) <span class="returntype parameter">→ <a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span></span> </span> </dt> <dd class="inherited"> Expands each element of this <a href="../dart-core/Iterable-class.html">Iterable</a> into zero or more elements. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="fillRange" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/fillRange.html">fillRange</a></span><span class="signature">(<wbr><span class="parameter" id="fillRange-param-start"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">start</span>, </span><span class="parameter" id="fillRange-param-end"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">end</span>, [</span><span class="parameter" id="fillRange-param-fillValue"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a>?</span> <span class="parameter-name">fillValue</span></span>]) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Overwrites a range of elements with <code>fillValue</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="firstWhere" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/firstWhere.html">firstWhere</a></span><span class="signature">(<wbr><span class="parameter" id="firstWhere-param-test"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">test</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>), {</span><span class="parameter" id="firstWhere-param-orElse"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">orElse</span>()?</span>}) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd class="inherited"> The first element that satisfies the given predicate <code>test</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="fold" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/fold.html">fold</a></span><span class="signature"><<wbr><span class="type-parameter">T</span>></span><span class="signature">(<wbr><span class="parameter" id="fold-param-initialValue"><span class="type-annotation">T</span> <span class="parameter-name">initialValue</span>, </span><span class="parameter" id="fold-param-combine"><span class="type-annotation">T</span> <span class="parameter-name">combine</span>(<span class="parameter" id="param-previousValue"><span class="type-annotation">T</span> <span class="parameter-name">previousValue</span>, </span><span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>)</span>) <span class="returntype parameter">→ T</span> </span> </dt> <dd class="inherited"> Reduces a collection to a single value by iteratively combining each element of the collection with an existing value <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="followedBy" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/followedBy.html">followedBy</a></span><span class="signature">(<wbr><span class="parameter" id="followedBy-param-other"><span class="type-annotation"><a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> <span class="parameter-name">other</span></span>) <span class="returntype parameter">→ <a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </span> </dt> <dd class="inherited"> Creates the lazy concatenation of this iterable and <code>other</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="forEach" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/forEach.html">forEach</a></span><span class="signature">(<wbr><span class="parameter" id="forEach-param-action"><span class="type-annotation">void</span> <span class="parameter-name">action</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>)</span>) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Invokes <code>action</code> on each element of this iterable in iteration order. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getItem" class="callable"> <span class="name"><a href="../dart-svg/NumberList/getItem.html">getItem</a></span><span class="signature">(<wbr><span class="parameter" id="getItem-param-index"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">index</span></span>) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd> </dd> <dt id="getRange" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/getRange.html">getRange</a></span><span class="signature">(<wbr><span class="parameter" id="getRange-param-start"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">start</span>, </span><span class="parameter" id="getRange-param-end"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">end</span></span>) <span class="returntype parameter">→ <a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </span> </dt> <dd class="inherited"> Creates an <a href="../dart-core/Iterable-class.html">Iterable</a> that iterates over a range of elements. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="indexOf" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/indexOf.html">indexOf</a></span><span class="signature">(<wbr><span class="parameter" id="indexOf-param-element"><span class="type-annotation"><a href="../dart-core/Object-class.html">Object</a>?</span> <span class="parameter-name">element</span>, [</span><span class="parameter" id="indexOf-param-start"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">start</span> = <span class="default-value">0</span></span>]) <span class="returntype parameter">→ <a href="../dart-core/int-class.html">int</a></span> </span> </dt> <dd class="inherited"> The first index of <code>element</code> in this list. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="indexWhere" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/indexWhere.html">indexWhere</a></span><span class="signature">(<wbr><span class="parameter" id="indexWhere-param-test"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">test</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>), [</span><span class="parameter" id="indexWhere-param-start"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">start</span> = <span class="default-value">0</span></span>]) <span class="returntype parameter">→ <a href="../dart-core/int-class.html">int</a></span> </span> </dt> <dd class="inherited"> The first index in the list that satisfies the provided <code>test</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="initialize" class="callable"> <span class="name"><a href="../dart-svg/NumberList/initialize.html">initialize</a></span><span class="signature">(<wbr><span class="parameter" id="initialize-param-newItem"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">newItem</span></span>) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd> </dd> <dt id="insert" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/insert.html">insert</a></span><span class="signature">(<wbr><span class="parameter" id="insert-param-index"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">index</span>, </span><span class="parameter" id="insert-param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Inserts <code>element</code> at position <code>index</code> in this list. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="insertAll" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/insertAll.html">insertAll</a></span><span class="signature">(<wbr><span class="parameter" id="insertAll-param-index"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">index</span>, </span><span class="parameter" id="insertAll-param-iterable"><span class="type-annotation"><a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> <span class="parameter-name">iterable</span></span>) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Inserts all objects of <code>iterable</code> at position <code>index</code> in this list. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="insertItemBefore" class="callable"> <span class="name"><a href="../dart-svg/NumberList/insertItemBefore.html">insertItemBefore</a></span><span class="signature">(<wbr><span class="parameter" id="insertItemBefore-param-newItem"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">newItem</span>, </span><span class="parameter" id="insertItemBefore-param-index"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">index</span></span>) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd> </dd> <dt id="join" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/join.html">join</a></span><span class="signature">(<wbr>[<span class="parameter" id="join-param-separator"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">separator</span> = <span class="default-value">""</span></span>]) <span class="returntype parameter">→ <a href="../dart-core/String-class.html">String</a></span> </span> </dt> <dd class="inherited"> Converts each element to a <a href="../dart-core/String-class.html">String</a> and concatenates the strings. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="lastIndexOf" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/lastIndexOf.html">lastIndexOf</a></span><span class="signature">(<wbr><span class="parameter" id="lastIndexOf-param-element"><span class="type-annotation"><a href="../dart-core/Object-class.html">Object</a>?</span> <span class="parameter-name">element</span>, [</span><span class="parameter" id="lastIndexOf-param-start"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a>?</span> <span class="parameter-name">start</span></span>]) <span class="returntype parameter">→ <a href="../dart-core/int-class.html">int</a></span> </span> </dt> <dd class="inherited"> The last index of <code>element</code> in this list. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="lastIndexWhere" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/lastIndexWhere.html">lastIndexWhere</a></span><span class="signature">(<wbr><span class="parameter" id="lastIndexWhere-param-test"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">test</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>), [</span><span class="parameter" id="lastIndexWhere-param-start"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a>?</span> <span class="parameter-name">start</span></span>]) <span class="returntype parameter">→ <a href="../dart-core/int-class.html">int</a></span> </span> </dt> <dd class="inherited"> The last index in the list that satisfies the provided <code>test</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="lastWhere" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/lastWhere.html">lastWhere</a></span><span class="signature">(<wbr><span class="parameter" id="lastWhere-param-test"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">test</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>), {</span><span class="parameter" id="lastWhere-param-orElse"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">orElse</span>()?</span>}) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd class="inherited"> The last element that satisfies the given predicate <code>test</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="map" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/map.html">map</a></span><span class="signature"><<wbr><span class="type-parameter">T</span>></span><span class="signature">(<wbr><span class="parameter" id="map-param-f"><span class="type-annotation">T</span> <span class="parameter-name">f</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>)</span>) <span class="returntype parameter">→ <a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span></span> </span> </dt> <dd class="inherited"> The current elements of this iterable modified by <code>toElement</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="noSuchMethod" class="callable inherited"> <span class="name"><a href="../dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="../dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>) <span class="returntype parameter">→ dynamic</span> </span> </dt> <dd class="inherited"> Invoked when a nonexistent method or property is accessed. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="reduce" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/reduce.html">reduce</a></span><span class="signature">(<wbr><span class="parameter" id="reduce-param-combine"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">combine</span>(<span class="parameter" id="param-previousValue"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">previousValue</span>, </span><span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>)</span>) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd class="inherited"> Reduces a collection to a single value by iteratively combining elements of the collection using the provided function. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="remove" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/remove.html">remove</a></span><span class="signature">(<wbr><span class="parameter" id="remove-param-object"><span class="type-annotation"><a href="../dart-core/Object-class.html">Object</a>?</span> <span class="parameter-name">object</span></span>) <span class="returntype parameter">→ <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> Removes the first occurrence of <code>value</code> from this list. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="removeAt" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/removeAt.html">removeAt</a></span><span class="signature">(<wbr><span class="parameter" id="removeAt-param-pos"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">pos</span></span>) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd class="inherited"> Removes the object at position <code>index</code> from this list. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="removeItem" class="callable"> <span class="name"><a href="../dart-svg/NumberList/removeItem.html">removeItem</a></span><span class="signature">(<wbr><span class="parameter" id="removeItem-param-index"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">index</span></span>) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd> </dd> <dt id="removeLast" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/removeLast.html">removeLast</a></span><span class="signature">(<wbr>) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd class="inherited"> Removes and returns the last object in this list. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="removeRange" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/removeRange.html">removeRange</a></span><span class="signature">(<wbr><span class="parameter" id="removeRange-param-start"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">start</span>, </span><span class="parameter" id="removeRange-param-end"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">end</span></span>) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Removes a range of elements from the list. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="removeWhere" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/removeWhere.html">removeWhere</a></span><span class="signature">(<wbr><span class="parameter" id="removeWhere-param-test"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">test</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>)</span>) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Removes all objects from this list that satisfy <code>test</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="replaceItem" class="callable"> <span class="name"><a href="../dart-svg/NumberList/replaceItem.html">replaceItem</a></span><span class="signature">(<wbr><span class="parameter" id="replaceItem-param-newItem"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">newItem</span>, </span><span class="parameter" id="replaceItem-param-index"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">index</span></span>) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd> </dd> <dt id="replaceRange" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/replaceRange.html">replaceRange</a></span><span class="signature">(<wbr><span class="parameter" id="replaceRange-param-start"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">start</span>, </span><span class="parameter" id="replaceRange-param-end"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">end</span>, </span><span class="parameter" id="replaceRange-param-iterable"><span class="type-annotation"><a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> <span class="parameter-name">iterable</span></span>) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Replaces a range of elements with the elements of <code>replacements</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="retainWhere" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/retainWhere.html">retainWhere</a></span><span class="signature">(<wbr><span class="parameter" id="retainWhere-param-test"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">test</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>)</span>) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Removes all objects from this list that fail to satisfy <code>test</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="setAll" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/setAll.html">setAll</a></span><span class="signature">(<wbr><span class="parameter" id="setAll-param-index"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">index</span>, </span><span class="parameter" id="setAll-param-iterable"><span class="type-annotation"><a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> <span class="parameter-name">iterable</span></span>) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Overwrites elements with the objects of <code>iterable</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="setRange" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/setRange.html">setRange</a></span><span class="signature">(<wbr><span class="parameter" id="setRange-param-start"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">start</span>, </span><span class="parameter" id="setRange-param-end"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">end</span>, </span><span class="parameter" id="setRange-param-iterable"><span class="type-annotation"><a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> <span class="parameter-name">iterable</span>, [</span><span class="parameter" id="setRange-param-skipCount"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">skipCount</span> = <span class="default-value">0</span></span>]) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Writes some elements of <code>iterable</code> into a range of this list. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="shuffle" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/shuffle.html">shuffle</a></span><span class="signature">(<wbr>[<span class="parameter" id="shuffle-param-random"><span class="type-annotation"><a href="../dart-math/Random-class.html">Random</a>?</span> <span class="parameter-name">random</span></span>]) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Shuffles the elements of this list randomly. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="singleWhere" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/singleWhere.html">singleWhere</a></span><span class="signature">(<wbr><span class="parameter" id="singleWhere-param-test"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">test</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>), {</span><span class="parameter" id="singleWhere-param-orElse"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">orElse</span>()?</span>}) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd class="inherited"> The single element that satisfies <code>test</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="skip" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/skip.html">skip</a></span><span class="signature">(<wbr><span class="parameter" id="skip-param-count"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">count</span></span>) <span class="returntype parameter">→ <a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </span> </dt> <dd class="inherited"> Creates an <a href="../dart-core/Iterable-class.html">Iterable</a> that provides all but the first <code>count</code> elements. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="skipWhile" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/skipWhile.html">skipWhile</a></span><span class="signature">(<wbr><span class="parameter" id="skipWhile-param-test"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">test</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>)</span>) <span class="returntype parameter">→ <a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </span> </dt> <dd class="inherited"> Creates an <code>Iterable</code> that skips leading elements while <code>test</code> is satisfied. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="sort" class="callable inherited"> <span class="name"><a href="../dart-html/ImmutableListMixin/sort.html">sort</a></span><span class="signature">(<wbr>[<span class="parameter" id="sort-param-compare"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">compare</span>(<span class="parameter" id="param-a"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">a</span>, </span><span class="parameter" id="param-b"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">b</span></span>)?</span>]) <span class="returntype parameter">→ void</span> </span> </dt> <dd class="inherited"> Sorts this list according to the order specified by the <code>compare</code> function. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="sublist" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/sublist.html">sublist</a></span><span class="signature">(<wbr><span class="parameter" id="sublist-param-start"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">start</span>, [</span><span class="parameter" id="sublist-param-end"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a>?</span> <span class="parameter-name">end</span></span>]) <span class="returntype parameter">→ <a href="../dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </span> </dt> <dd class="inherited"> Returns a new list containing the elements between <code>start</code> and <code>end</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="take" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/take.html">take</a></span><span class="signature">(<wbr><span class="parameter" id="take-param-count"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">count</span></span>) <span class="returntype parameter">→ <a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </span> </dt> <dd class="inherited"> Creates a lazy iterable of the <code>count</code> first elements of this iterable. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="takeWhile" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/takeWhile.html">takeWhile</a></span><span class="signature">(<wbr><span class="parameter" id="takeWhile-param-test"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">test</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>)</span>) <span class="returntype parameter">→ <a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </span> </dt> <dd class="inherited"> Creates a lazy iterable of the leading elements satisfying <code>test</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="toList" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/toList.html">toList</a></span><span class="signature">(<wbr>{<span class="parameter" id="toList-param-growable"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">growable</span> = <span class="default-value">true</span></span>}) <span class="returntype parameter">→ <a href="../dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </span> </dt> <dd class="inherited"> Creates a <a href="../dart-core/List-class.html">List</a> containing the elements of this <a href="../dart-core/Iterable-class.html">Iterable</a>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="toSet" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/toSet.html">toSet</a></span><span class="signature">(<wbr>) <span class="returntype parameter">→ <a href="../dart-core/Set-class.html">Set</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </span> </dt> <dd class="inherited"> Creates a <a href="../dart-core/Set-class.html">Set</a> containing the same elements as this iterable. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="toString" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/toString.html">toString</a></span><span class="signature">(<wbr>) <span class="returntype parameter">→ <a href="../dart-core/String-class.html">String</a></span> </span> </dt> <dd class="inherited"> A string representation of this object. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="where" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/where.html">where</a></span><span class="signature">(<wbr><span class="parameter" id="where-param-test"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a></span> <span class="parameter-name">test</span>(<span class="parameter" id="param-element"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">element</span></span>)</span>) <span class="returntype parameter">→ <a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </span> </dt> <dd class="inherited"> Creates a new lazy <a href="../dart-core/Iterable-class.html">Iterable</a> with all elements that satisfy the predicate <code>test</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="whereType" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/whereType.html">whereType</a></span><span class="signature"><<wbr><span class="type-parameter">T</span>></span><span class="signature">(<wbr>) <span class="returntype parameter">→ <a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span></span> </span> </dt> <dd class="inherited"> Creates a new lazy <a href="../dart-core/Iterable-class.html">Iterable</a> with all elements that have type <code>T</code>. <div class="features"><span class="feature">inherited</span></div> </dd> </dl> </section> <section class="summary offset-anchor" id="operators"> <h2>Operators</h2> <dl class="callables"> <dt id="operator +" class="callable inherited"> <span class="name"><a href="../dart-collection/ListBase/operator_plus.html">operator +</a></span><span class="signature">(<wbr><span class="parameter" id="+-param-other"><span class="type-annotation"><a href="../dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> <span class="parameter-name">other</span></span>) <span class="returntype parameter">→ <a href="../dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../dart-svg/Number-class.html">Number</a></span>></span></span> </span> </dt> <dd class="inherited"> Returns the concatenation of this list and <code>other</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="operator ==" class="callable inherited"> <span class="name"><a href="../dart-core/List/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="../dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>) <span class="returntype parameter">→ <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> The equality operator. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="operator []" class="callable"> <span class="name"><a href="../dart-svg/NumberList/operator_get.html">operator []</a></span><span class="signature">(<wbr><span class="parameter" id="[]-param-index"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">index</span></span>) <span class="returntype parameter">→ <a href="../dart-svg/Number-class.html">Number</a></span> </span> </dt> <dd> The object at the given <code>index</code> in the list. <div class="features"><span class="feature">override</span></div> </dd> <dt id="operator []=" class="callable"> <span class="name"><a href="../dart-svg/NumberList/operator_put.html">operator []=</a></span><span class="signature">(<wbr><span class="parameter" id="[]=-param-index"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">index</span>, </span><span class="parameter" id="[]=-param-value"><span class="type-annotation"><a href="../dart-svg/Number-class.html">Number</a></span> <span class="parameter-name">value</span></span>) <span class="returntype parameter">→ void</span> </span> </dt> <dd> Sets the value at the given <code>index</code> in the list to <code>value</code>. <div class="features"><span class="feature">override</span></div> </dd> </dl> </section> </div> <!-- /.main-content --> <div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left"> <!-- The search input and breadcrumbs below are only responsively visible at low resolutions. --> <header id="header-search-sidebar" class="hidden-l"> <form class="search-sidebar" role="search"> <input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> </form> </header> <ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav"> <li><a href="../index.html">Dart</a></li> <li><a href="../dart-svg">dart:svg</a></li> <li class="self-crumb">NumberList class</li> </ol> <h5>dart:svg library</h5> <div id="dartdoc-sidebar-left-content"></div> </div> <div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right"> </div><!--/.sidebar-offcanvas--> </main> <footer> <span class="no-break"> Dart 3.7.0 </span> <span class="glue-footer"> <span class="no-break"> | <a href="https://dart.dev/terms" title="Terms of use">Terms</a> </span> <span class="no-break"> | <a href="https://policies.google.com/privacy" target="_blank" rel="noopener" title="Privacy policy" class="no-automatic-external">Privacy</a> </span> <span class="no-break"> | <a href="https://dart.dev/security" title="Security philosophy and practices">Security</a> </span> <div class="copyright" style="font-size: 0.9em; color: darkgrey; margin-top: 0.5em;"> Except as otherwise noted, this site is licensed under a <a style="color: darkgrey;" href="https://creativecommons.org/licenses/by/4.0/"> Creative Commons Attribution 4.0 International License</a> and code samples are licensed under the <a style="color: darkgrey;" href="https://opensource.org/licenses/BSD-3-Clause" class="no-automatic-external"> 3-Clause BSD License</a> </div> </span> </footer> <script src="../static-assets/highlight.pack.js?v1"></script> <script src="../static-assets/docs.dart.js"></script> <button aria-hidden="true" class="glue-footer__link glue-cookie-notification-bar-control"> Cookies management controls </button> <script src="https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js" data-glue-cookie-notification-bar-category="2B"> </script> </body> </html>