ProjectListProjects constructor

ProjectListProjects({
  1. String? friendlyName,
  2. String? id,
  3. String? kind,
  4. String? numericId,
  5. ProjectReference? projectReference,
})

Implementation

ProjectListProjects({
  this.friendlyName,
  this.id,
  this.kind,
  this.numericId,
  this.projectReference,
});