MultyItemSelectionDriven constructor

MultyItemSelectionDriven({
  1. required SelectionSchemaModel schema,
})

Implementation

MultyItemSelectionDriven({
  required SelectionSchemaModel schema,
}) : super(schema: schema);