children property

  1. @override
List<Element> children
inherited

A list of this element's children.

There is no guarantee of the order in which the children will be included.

Implementation

@override
List<Element> get children => const [];