$addJoinBuilderToRootComposer property
void Function(JoinBuilder)
$addJoinBuilderToRootComposer
latefinalinherited
A function to add a join builder to the root composer
If this composer is a root composer, this function will be used to add join builders to itself, otherwise it will be used to add join builders to the root composer. When a root composer creates a child composer, it will pass this function to the child composer so that the child composer can add join builders to the root composer.
Implementation
late final void Function(JoinBuilder) $addJoinBuilderToRootComposer;