FunctionalComponent constructor

FunctionalComponent(
  1. FlintNode builder()
)

Creates a component backed by builder.

Implementation

FunctionalComponent(this.builder);