FlintFragment constructor

const FlintFragment(
  1. List<FlintNode> children
)

Creates a fragment from children.

Implementation

const FlintFragment(this.children);