EventState class

The state of the event tracing. hasTracing is true if tracing is enabled.

Constructors

EventState({required List<InputEvent> events, required bool hasTracing})

Properties

events List<InputEvent>
final
hashCode int
The hash code for this object.
no setterinherited
hasTracing bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<InputEvent>? events, bool? hasTracing}) EventState
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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