MatchmakerUser class

Annotations
  • @freezed

Constructors

MatchmakerUser({required UserPresence presence, required String partyId, required Map<String, String> stringProperties, required Map<String, double> numericProperties})
const
factory
MatchmakerUser.fromDto(MatchmakerMatched_MatchmakerUser dto)
factory

Properties

copyWith → $MatchmakerUserCopyWith<MatchmakerUser>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
numericProperties Map<String, double>
Numeric properties.
no setterinherited
partyId String
Party identifier, if this user was matched as a party member.
no setterinherited
presence UserPresence
User info.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringProperties Map<String, String>
String properties.
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