NavigationAnalyticsEvent class abstract interface

A navigation analytics event.

Implemented by the screen-enter and screen-exit event types so the analytics queue can accept a single enqueue(event) entry point and dispatch by type. Host sinks consume the concrete subtypes via onScreenEnter / onScreenExit.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenName String
The screen this event concerns.
no setter

Methods

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

Operators

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