InstallOperation class sealed

Base sealed class for all PluginInstaller DSL operations.

Subclasses are pure data carriers. They carry no behavior beyond describe which returns a human-readable dry-run line used for logging and the --dry-run output renderer.

The sealed modifier enforces exhaustive switch dispatch at compile time.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

describe() String
Returns a human-readable dry-run line for this operation.
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