WorldStateCopyWith<$R, $In extends WorldState, $Out> class
abstract
- Implemented types
-
- ClassCopyWith<
$R, $In, $Out>
- ClassCopyWith<
- Available extensions
Constructors
Properties
-
$asWorldState
→ WorldStateCopyWith<
$R, WorldState, $Out> -
Available on ObjectCopyWith<
$R, WorldState, $Out> , provided by the WorldStateValueCopy extensionno setter -
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