WorldStateCopyWith<$R, $In extends WorldState, $Out> class
abstract
- Implemented types
-
- ClassCopyWith<
$R, $In, $Out>
- ClassCopyWith<
- Available Extensions
- BackgroundChangedValueCopy
- BackgroundDefinitionValueCopy
- BackgroundTranslationValueCopy
- BoardDeckDefinitionValueCopy
- BoardDefinitionValueCopy
- BoardMoveRequestValueCopy
- BoardRemoveRequestValueCopy
- BoardsSpawnRequestValueCopy
- BoardTilesChangedValueCopy
- BoardTilesSpawnedValueCopy
- BoardTileValueCopy
- BoardTranslationValueCopy
- CellHideChangedValueCopy
- CellRollRequestValueCopy
- CellShuffledValueCopy
- ChatMessageValueCopy
- DataMetadataValueCopy
- DeckDefinitionValueCopy
- DeckTranslationValueCopy
- DialogCloseRequestValueCopy
- DialogOpenedValueCopy
- DialogsClosedValueCopy
- FigureBackDefinitionValueCopy
- FigureDeckDefinitionValueCopy
- FigureDefinitionValueCopy
- FigureTranslationValueCopy
- FigureVariationTranslationValueCopy
- FileMetadataValueCopy
- GameDialogButtonValueCopy
- GameDialogComponentValueValueCopy
- GameDialogMarkdownComponentValueCopy
- GameDialogTextFieldComponentValueCopy
- GameDialogTextFieldValueValueCopy
- GameDialogValueCopy
- GameDialogValueValueCopy
- GameInfoValueCopy
- GameObjectValueCopy
- GamePropertyValueCopy
- GameSeatValueCopy
- GameTableValueCopy
- GameTeamValueCopy
- GlobalVectorDefinitionValueCopy
- IgnoreEqualityBoxValueCopy
- ImagesRequestValueCopy
- ImagesUpdatedValueCopy
- ItemLocationValueCopy
- LanGameServerValueCopy
- LanPropertyValueCopy
- ListGameServerValueCopy
- ListPropertyValueCopy
- MessageRequestValueCopy
- MessageSentValueCopy
- MetadataChangedValueCopy
- NoteChangedValueCopy
- NoteRemovedValueCopy
- ObjectIndexChangedValueCopy
- ObjectsChangedValueCopy
- ObjectsMovedValueCopy
- ObjectsRemovedValueCopy
- ObjectsSpawnedValueCopy
- PacksChangeRequestValueCopy
- PackTranslationValueCopy
- ResetWorldValueCopy
- ServerDataMetadataValueCopy
- ShuffleCellRequestValueCopy
- SignatureMetadataValueCopy
- TableCellValueCopy
- TableRemovedValueCopy
- TableRenamedValueCopy
- TeamChangedValueCopy
- TeamJoinedValueCopy
- TeamJoinRequestValueCopy
- TeamLeaveRequestValueCopy
- TeamLeftValueCopy
- TeamRemovedValueCopy
- UserJoinedValueCopy
- VariationDefinitionValueCopy
- VectorDefinitionValueCopy
- WorldInitializedValueCopy
- WorldStateValueCopy
Constructors
Properties
-
dialogs
→ ListCopyWith<
$R, GameDialog, GameDialogCopyWith< $R, GameDialog, GameDialog> > -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
images
→ MapCopyWith<
$R, String, Uint8List, ObjectCopyWith< $R, Uint8List, Uint8List> > -
no setter
-
info
→ GameInfoCopyWith<
$R, GameInfo, GameInfo> -
no setter
-
messages
→ ListCopyWith<
$R, ChatMessage, ChatMessageCopyWith< $R, ChatMessage, ChatMessage> > -
no setter
-
metadata
→ FileMetadataCopyWith<
$R, FileMetadata, FileMetadata> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
table
→ GameTableCopyWith<
$R, GameTable, GameTable> -
no setter
-
teamMembers
→ MapCopyWith<
$R, String, Set< int> , ObjectCopyWith<$R, Set< >int> , Set<int> > -
no setter
Methods
-
$chain<
$R2, $Out2> (Then< $Out2, $R2> t) → WorldStateCopyWith<$R2, $In, $Out2> -
$delta(
Map< String, dynamic> delta) → $R -
inherited
-
$merge(
$In value) → $R -
inherited
-
$update(
$Out transform($In)) → $R -
inherited
-
call(
{String? name, GameTable? table, String? tableName, GameInfo? info, FileMetadata? metadata, Map< String, Set< ? teamMembers, List<int> >ChatMessage> ? messages, int? id, List<GameDialog> ? dialogs, Map<String, Uint8List> ? images, SetonixData? data}) → $R -
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