PixaRuntimePluginModuleSnapshot class final
Immutable runtime plugin module diagnostics.
Constructors
-
PixaRuntimePluginModuleSnapshot({required String moduleId, required PixaRuntimePluginDeployment deployment, required String? entrypointSymbol, required List<
String> processorOperations}) - Creates a runtime plugin module snapshot.
Properties
- deployment → PixaRuntimePluginDeployment
-
How the module is deployed relative to the runtime host.
final
- entrypointSymbol → String?
-
Native initialization symbol, or null for modules without one.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- moduleId → String
-
Stable module id inside the runtime host.
final
-
processorOperations
→ List<
String> -
Processor route claims exposed by this module.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> - JSON-like representation for debug surfaces.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited