menu
microsoft_graph_api package
documentation
models/planner/task_model.dart
PlannerTaskDetails
checklist property
checklist property
dark_mode
light_mode
checklist
property
Map
<
String
,
ChecklistItem
>
?
checklist
final
A collection of checklist items on the task.
Implementation
final Map<String, ChecklistItem>? checklist;
microsoft_graph_api package
documentation
models/planner/task_model
PlannerTaskDetails
checklist property
PlannerTaskDetails class