ContextualContent constructor

ContextualContent({
  1. List<Review>? reviews,
  2. List<Photo>? photos,
  3. List<Justification>? justifications,
})

Implementation

ContextualContent({
  this.reviews,
  this.photos,
  this.justifications,
});