lines property

List<ChecklistLine> lines
final

The list of entries to display in the checklist, with a text and whether they are toggled.

Implementation

final List<ChecklistLine> lines;