UserEvent class abstract

Base class for UserEvents

Inheritance
Implementers

Constructors

UserEvent({required String userId})
Create a UserEvent with the given userId

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type VrcStreamingEventType
The type of VrcStreamingEvent received
no setterinherited
userId String
The userId of the user this event is about
final

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