ListTasksResponse constructor

ListTasksResponse({
  1. String? nextToken,
  2. List<TaskListEntry>? tasks,
})

Implementation

ListTasksResponse({
  this.nextToken,
  this.tasks,
});