WorldInitialized class final

Inheritance
Mixed in types
Annotations

Constructors

WorldInitialized({required GameTable table, required GameInfo info, Map<String, Set<Channel>> teamMembers = const {}, Channel? id, Map<String, FileMetadata> packsSignature = const {}})

Properties

copyWith WorldInitializedCopyWith<WorldInitialized, WorldInitialized, WorldInitialized>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id Channel?
final
info GameInfo
final
packsSignature Map<String, FileMetadata>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table GameTable
final
teamMembers Map<String, Set<Channel>>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited