Funnel constructor

Funnel(
  1. String funnelName, {
  2. bool shouldCountTime = false,
})

Implementation

Funnel(this.funnelName, {this.shouldCountTime = false});