Funnel class abstract

Funnel class to track user journey it defines the structure of a funnel and its methods

Constructors

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

Properties

endTime DateTime?
getter/setter pair
funnelName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldCountTime bool
getter/setter pair
startTime DateTime?
getter/setter pair

Methods

finish() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
toString() String
A string representation of this object.
inherited
track(String eventName) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited