markedAsNotDoneTaskIds property

  1. @JsonKey.new(name: 'marked_as_not_done_task_ids')
List<int>? get markedAsNotDoneTaskIds
inherited

Optional. Identifiers of the tasks that were marked as not done

Implementation

@JsonKey(name: 'marked_as_not_done_task_ids')
List<int>? get markedAsNotDoneTaskIds;