othersCanMarkTasksAsDone property

  1. @JsonKey(name: 'others_can_mark_tasks_as_done')
bool? get othersCanMarkTasksAsDone
inherited

Optional. Pass True if other users can mark tasks as done or not done in the checklist

Implementation

@JsonKey(name: 'others_can_mark_tasks_as_done')
bool? get othersCanMarkTasksAsDone;