FriendEvent class abstract

Base class for FriendEvents

Inheritance
Implementers

Constructors

FriendEvent({required String userId})
Create a FriendEvent 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