ChildrenMixin class

Implementers
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

ChildrenMixin.new({ReadonlyArray<SceneNode>? children, void appendChild(SceneNode)?, void insertChild(num, SceneNode)?, List<SceneNode> findChildren([bool (SceneNode)?])?, SceneNode? findChild(bool (SceneNode))?, List<SceneNode> findAll([bool (SceneNode)?])?, SceneNode? findOne(bool (SceneNode))?, Array<Object> findAllWithCriteria<T extends List>(FindAllCriteria<T>)?, Array<WidgetNode> findWidgetNodesByWidgetId(String)?})
factory

Properties

appendChild ↔ void Function(SceneNode)

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
children ReadonlyArray<SceneNode>

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

no setter
findAll List<SceneNode> Function([bool (SceneNode)?])

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
findAllWithCriteria Array<Object> Function<T extends List>(FindAllCriteria<T>)

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
findChild SceneNode? Function(bool (SceneNode))

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
findChildren List<SceneNode> Function([bool (SceneNode)?])

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
findOne SceneNode? Function(bool (SceneNode))

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
findWidgetNodesByWidgetId Array<WidgetNode> Function(String)

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
insertChild ↔ void Function(num, SceneNode)

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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