Event class

Constructors

Event({required EventType type, String? pageId, String? dialogId, String? userActionId, String? systemActionId, String? errorId})
コンストラクタ
const

Properties

dialogId String?
final
errorId String?
final
hashCode int
The hash code for this object.
no setterinherited
pageId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemActionId String?
final
type EventType
final
userActionId String?
final

Methods

logFmt() String
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