SessionLoggerEventFilter class

Constructors

SessionLoggerEventFilter({Input<Map<String, dynamic>?>? all, Input<List<String>?>? includes})
Creates a new SessionLoggerEventFilter. all Block that specifies to monitor all events. Set to {} to monitor all events. includes List of specific events to monitor. Valid values include session events like SessionStart, 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