othersCanAddTasks property

  1. @JsonKey(name: 'others_can_add_tasks')
bool? get othersCanAddTasks
inherited

Optional. Pass True if other users can add tasks to the checklist

Implementation

@JsonKey(name: 'others_can_add_tasks')
bool? get othersCanAddTasks;