FunnelUtils constructor

const FunnelUtils(
  1. String name,
  2. int count
)

Creates a funnel step named name reached by count users.

Implementation

const FunnelUtils(String name, int count) : _name = name, _count = count;