ResourceDetails constructor

ResourceDetails({
  1. List<AppliedLabel>? appliedLabels,
  2. String? id,
  3. String? relation,
  4. String? title,
  5. String? type,
})

Implementation

ResourceDetails({
  this.appliedLabels,
  this.id,
  this.relation,
  this.title,
  this.type,
});