ScreenViewApiQuery constructor

ScreenViewApiQuery({
  1. required String feedSlug,
  2. String? productId,
  3. Map<String, Object>? params,
})

Implementation

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