ResourceDetails constructor
ResourceDetails({
- List<
AppliedLabel> ? appliedLabels, - String? id,
- OwnerDetails? ownerDetails,
- String? relation,
- String? title,
- String? type,
Implementation
ResourceDetails({
this.appliedLabels,
this.id,
this.ownerDetails,
this.relation,
this.title,
this.type,
});