markedAsDoneTaskIds property

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

Optional. Identifiers of the tasks that were marked as done

Implementation

@JsonKey(name: 'marked_as_done_task_ids')
List<int>? get markedAsDoneTaskIds;