RadioNodeList class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

RadioNodeList.new()
factory

Properties

forEach ↔ void Function(void (Node, num, NodeList), [dynamic])

Available on NodeList, provided by the NodeList$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
item Node? Function(num)

Available on NodeList, provided by the NodeList$Typings extension

getter/setter pair
length num

Available on NodeList, provided by the NodeList$Typings extension

Returns the number of nodes in the collection.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String

Available on RadioNodeList, provided by the RadioNodeList$Typings extension

MDN Reference
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](num index) Node

Available on NodeList, provided by the NodeList$Typings extension

operator []=(num index, Node value) → void

Available on NodeList, provided by the NodeList$Typings extension