TrackEventLike constructor

const TrackEventLike(
  1. String name, [
  2. Map<String, dynamic>? properties
])

Implementation

const TrackEventLike(this.name, [this.properties]);