othersCanAddTasks property

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

Optional. True, if users other than the creator of the list can add tasks to the list

Implementation

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