AppMetricaECommerceScreen constructor

const AppMetricaECommerceScreen({
  1. String? name,
  2. List<String>? categoriesPath,
  3. String? searchQuery,
  4. Map<String, String>? payload,
})

Creates an object with information about the screen.

Implementation

const AppMetricaECommerceScreen(
    {this.name, this.categoriesPath, this.searchQuery, this.payload});