tasks

@JvmName(name = "listBacklogTasksResponseTask")
fun Flow<ListBacklogTasksResponse>.tasks(): Flow<Task>

This paginator transforms the flow returned by listBacklogTasksPaginated to access the nested member Task

Return

A kotlinx.coroutines.flow.Flow that can collect Task