fragment function
Creates a Fragement node with the given children.
Implementation
FragmentNode fragment(Iterable<DeactNode> children) {
return FragmentNode._(children);
}
Creates a Fragement node with the given children.
FragmentNode fragment(Iterable<DeactNode> children) {
return FragmentNode._(children);
}