PartyData class

Annotations
  • @freezed

Constructors

PartyData({required String partyId, required UserPresence presence, required int opCode, required List<int> data})
const
factory
PartyData.fromDto(PartyData dto)
factory

Properties

copyWith → $PartyDataCopyWith<PartyData>
no setterinherited
data List<int>
Data payload, if any.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
opCode int
Op code value.
no setterinherited
partyId String
The party unique ID.
no setterinherited
presence UserPresence
A reference to the user presence that sent this data, if any.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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