ScreenViewApiQuery constructor

ScreenViewApiQuery({
  1. required String feedSlug,
  2. String? productId,
})

Implementation

ScreenViewApiQuery({
  required this.feedSlug,
  this.productId
});