InputPageBlockListItem constructor

InputPageBlockListItem({
  1. required List<InputPageBlock> blocks,
  2. required bool hasCheckbox,
  3. required bool isChecked,
  4. required int value,
  5. required String type,
})

Implementation

InputPageBlockListItem({
  required this.blocks,
  required this.hasCheckbox,
  required this.isChecked,
  required this.value,
  required this.type,
});