ProjectListProjects constructor
ProjectListProjects({
- String? friendlyName,
- String? id,
- String? kind,
- String? numericId,
- ProjectReference? projectReference,
Implementation
ProjectListProjects({
this.friendlyName,
this.id,
this.kind,
this.numericId,
this.projectReference,
});