menu
shared_aws_api package
documentation
shared.dart
XmlNode
children property
children property
dark_mode
light_mode
children
property
List
<
XmlNode
>
get
children
inherited
Return the direct children of this node in document order.
Implementation
List<XmlNode> get children => const [];
shared_aws_api package
documentation
shared
XmlNode
children property
XmlNode class