FunnelUtils constructor

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

Creates a funnel step named name reached by count users. Audited: 2026-06-12 11:26 EDT

Implementation

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