TrackEvent constructor

TrackEvent(
  1. String path, {
  2. String method = 'onTap',
  3. String? urlPath,
  4. String? clientKey,
})

Implementation

TrackEvent(this.path, {this.method = 'onTap', this.urlPath, this.clientKey});