ChecklistModel constructor

ChecklistModel(
  1. bool isSelected,
  2. String title
)

Implementation

ChecklistModel(this.isSelected, this.title);