Event class

Constructors

Event({String? type, dynamic target, dynamic attachment, dynamic action, int direction = 1, String? mode, int loopDelta = 0, Object3D? object, dynamic value, dynamic data})
Event.fromJson(Map<String, dynamic> json)

Properties

action ↔ dynamic
getter/setter pair
attachment ↔ dynamic
getter/setter pair
data ↔ dynamic
getter/setter pair
direction int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loopDelta int
getter/setter pair
mode String?
getter/setter pair
object Object3D?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target ↔ dynamic
getter/setter pair
type String?
getter/setter pair
value ↔ dynamic
getter/setter pair

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