GlobalStateRetiredFields class
Typed bag of this type's retired keys; a null member means the source carried no value.
Constructors
Properties
- channelUrl ↔ String?
-
TODO(channel-compat): back-compat mirror of SpaceUrl for pre-channel-removal clients that still
read the old field name. The server writes it via the retired bag with the SpaceUrl value; stop
writing once no such old clients remain.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverSessionId ↔ String?
-
Renamed to IkonServerId; the server writes it via the retired bag with the new field's value so
clients built before the rename still resolve it. Stop writing once no frozen app bundle or cached
SDK build in circulation reads it.
getter/setter pair
- sessionChannelUrl ↔ String?
-
TODO(channel-compat): back-compat mirror of SessionUrl, same lifecycle as ChannelUrl above.
getter/setter pair
- sessionHash ↔ String?
-
Renamed to SessionIdentityHash, same lifecycle as ServerSessionId above.
getter/setter pair
Methods
-
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