ValuedResource constructor

ValuedResource({
  1. String? displayName,
  2. double? exposedScore,
  3. String? name,
  4. String? resource,
  5. String? resourceType,
  6. String? resourceValue,
  7. List<ResourceValueConfigMetadata>? resourceValueConfigsUsed,
})

Implementation

ValuedResource({
  this.displayName,
  this.exposedScore,
  this.name,
  this.resource,
  this.resourceType,
  this.resourceValue,
  this.resourceValueConfigsUsed,
});