StreamPresenceEvent class

Annotations
  • @freezed

Constructors

StreamPresenceEvent({required RealtimeStream stream, required List<UserPresence> joins, required List<UserPresence> leaves})
const
factory
StreamPresenceEvent.fromDto(StreamPresenceEvent dto)
factory

Properties

copyWith → $StreamPresenceEventCopyWith<StreamPresenceEvent>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
joins List<UserPresence>
The user presence that joined the stream.
no setterinherited
leaves List<UserPresence>
The user presence that left the stream.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream RealtimeStream
The stream this presence event is for.
no setterinherited

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