ListTasksResponse constructor
ListTasksResponse({
- String? nextToken,
- List<
TaskListEntry> ? tasks,
Implementation
ListTasksResponse({
this.nextToken,
this.tasks,
});