Fragment
JSAny get Fragment
The Fragment type for grouping children without adding extra DOM nodes.
Use with createElement or the fragment helper function.
Example:
createElement(Fragment, null, [child1, child2, child3]);
Implementation
JSAny get Fragment => _reactFragment;