RecommendationCreative constructor

RecommendationCreative({
  1. String? type,
  2. String? uri,
})

Implementation

RecommendationCreative({
  this.type,
  this.uri,
});