empty function

FragmentNode empty()

A FragmentNode with no children nodes. Renders nothing to the DOM. This is an alternative to providing null.

Implementation

FragmentNode empty() => FragmentNode._([]);