SessionLoggerEventFilter class
Constructors
-
SessionLoggerEventFilter({Input<
Map< ? all, Input<String, dynamic> ?>List< ? includes})String> ?> -
Creates a new SessionLoggerEventFilter.
allBlock that specifies to monitor all events. Set to{}to monitor all events.includesList of specific events to monitor. Valid values include session events likeSessionStart,SessionEnd, etc.const -
SessionLoggerEventFilter.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
all
→ Input<
Map< ?String, dynamic> ?> -
Block that specifies to monitor all events. Set to
{}to monitor all events.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
includes
→ Input<
List< ?String> ?> -
List of specific events to monitor. Valid values include session events like
SessionStart,SessionEnd, etc.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited