OutputModal constructor

OutputModal(
  1. List<NestedMultiselectDropdownItem>? selected,
  2. Set<NestedMultiselectDropdownItem>? parentChecked
)

Implementation

OutputModal(this.selected, this.parentChecked);