ActionEvictUserState class
Constructors
-
ActionEvictUserState({List<
String> userIds = const []}) -
ActionEvictUserState.fromJson(Map<
String, dynamic> json) -
factory
- ActionEvictUserState.fromReader(TeleportObjectReader reader)
-
factory
- ActionEvictUserState.fromTeleport(Uint8List data)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userIds
↔ List<
String> -
Runtime hygiene, not an app-facing event: every live instance of an erased user's space drops that
user's in-memory partitions so its shutdown save cannot write back rows the platform sweep just
deleted. It runs no app handler, deletes nothing persisted, is idempotent per instance, and is
never acknowledged. The erasure work itself is delivered once per space, to one instance.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toProtocolMessage(
int senderId, {ProtocolMessageOverrides? overrides}) → ProtocolMessage -
toString(
) → String -
A string representation of this object.
inherited
-
toTeleport(
) → Uint8List -
writeTo(
TeleportObjectWriter scope) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fieldIdUserIds → const int
- teleportOpcode → const int
- teleportVersion → const int