WorldInitialized class final
- Inheritance
-
- Object
- WorldEvent
- PlayableWorldEvent
- ServerWorldEvent
- WorldInitialized
- Mixed in types
- Annotations
Constructors
-
WorldInitialized({GameTable? table, GameInfo? info, Map<
String, Set< ? teamMembers, Channel? id, List<Channel> >SignatureMetadata> ? packsSignature})
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
→ List<
SignatureMetadata> ? -
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