childBuilder property

BuilderInnerSelect childBuilder
final

It will indicate which variable from your model your multi-select list depends on. this structure has to show a list structure inside your model. Inside the list structure there must be a variable id that allows it to be specifically parsed from the others id each element must hold a different int value from the others.

Implementation

final BuilderInnerSelect childBuilder;