AccessibleNodeList class
- Annotations
- @Native("AccessibleNodeList")
Constructors
- AccessibleNodeList.new([List<
AccessibleNode> ? nodes]) - factory
Properties
Methods
- add(
AccessibleNode node, AccessibleNode? before) → void - item(
int index) → AccessibleNode? - noSuchMethod(
Invocation invocation) → dynamic - Invoked when a nonexistent method or property is accessed.inherited
- remove(
int index) → void - toString(
) → String - A string representation of this object.inherited
Operators
- operator ==(
Object other) → bool - The equality operator.inherited