children property
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 [];
A list of this element's children.
There is no guarantee of the order in which the children will be included.
@Deprecated('Use Element2 instead')
@override
List<Element> get children => const [];