children property

  1. @Deprecated('Use Element2 instead')
  2. @override
List<Element> get children
inherited

A list of this element's children.

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

Implementation

@Deprecated('Use Element2 instead')
@override
List<Element> get children => const [];