MatchmakerMatched class

Annotations
  • @freezed

Constructors

MatchmakerMatched({required String ticket, String? matchId, String? token, required Iterable<MatchmakerUser> users, required MatchmakerUser self})
const
factory
MatchmakerMatched.fromDto(MatchmakerMatched dto)
factory

Properties

copyWith → $MatchmakerMatchedCopyWith<MatchmakerMatched>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
matchId String?
Match ID.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self MatchmakerUser
A reference to the current user and their properties.
no setterinherited
ticket String
The matchmaking ticket that has completed.
no setterinherited
token String?
Match ID.
no setterinherited
users Iterable<MatchmakerUser>
The users that have been matched together, and information about their matchmaking data.
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