LiveNode constructor

const LiveNode(
  1. BloomNode builder()
)

Creates a reactive boundary descriptor driven by builder.

Implementation

const LiveNode(this.builder);