Returns a list of elements that are the effective children. The effective
children list is the same as the element's children except that
any <content>
elements are replaced with the list of elements
distributed to the <content>
.
Source
List<Element> getEffectiveChildren() =>
jsElement.callMethod('getEffectiveChildren');