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