AnalyticsProperties constructor

const AnalyticsProperties({
  1. String? category,
  2. String? label,
  3. String? action,
  4. String? track,
})

Implementation

const AnalyticsProperties(
    {this.category, this.label, this.action, this.track});