PatchbayRuntimeIdentity class final

One host's answer to the identity handshake.

A caller compares it field by field to decide whether the connection it just opened is the App it meant to reach.

Constructors

PatchbayRuntimeIdentity({required int schemaVersion, required String applicationId, required String appInstanceId, required String isolateId, String? serverVersion, Set<String>? features})
const
PatchbayRuntimeIdentity.fromJson(Map<String, Object?> json)
Reads one identity answer.
factory

Properties

appInstanceId String
final
applicationId String
final
features Set<String>?
The capabilities the host declares, or null when it declares nothing at all.
final
hashCode int
The hash code for this object.
no setterinherited
isolateId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaVersion int
final
serverVersion String?
The patchbay package version the host was built from, or null when the host does not report one.
final

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