ListProjectsOutput constructor

ListProjectsOutput({
  1. String? nextToken,
  2. List<String>? projects,
})

Implementation

ListProjectsOutput({
  this.nextToken,
  this.projects,
});