PutAssetPropertyValueEntry constructor
      
      PutAssetPropertyValueEntry({})
     
    
    
Implementation
PutAssetPropertyValueEntry({
  required this.propertyValues,
  this.assetId,
  this.entryId,
  this.propertyAlias,
  this.propertyId,
});