$ResourceDescriptor constructor

$ResourceDescriptor({
  1. Map<String, Object?>? annotations,
  2. String? content,
  3. Map<String, String>? digest,
  4. String? downloadLocation,
  5. String? mediaType,
  6. String? name,
  7. String? uri,
})

Implementation

$ResourceDescriptor({
  this.annotations,
  this.content,
  this.digest,
  this.downloadLocation,
  this.mediaType,
  this.name,
  this.uri,
});