RefNode constructor

const RefNode(
  1. Ref<Object> ref,
  2. BloomNode child
)

Creates a RefNode connecting ref to the primary element emitted by child.

Implementation

const RefNode(this.ref, this.child);