othersCanMarkTasksAsDone property

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

Optional. True, if users other than the creator of the list can mark tasks as done or not done

Implementation

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