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
- AddDependency
- AddPathDependency
- AddPubspecAsset
- AddWebMetaTag
- CopyFile
- DeleteFile
- InjectAfterPattern
- InjectAndroidMetaData
- InjectAndroidPermission
- InjectBeforePattern
- InjectEntitlement
- InjectEnvVar
- InjectGradleDependency
- InjectGradlePlugin
- InjectImport
- InjectInfoPlistKey
- InjectIntoMainDart
- InjectIntoWebHead
- InjectMainDartImport
- InjectPodfileLine
- InjectRouteRegistration
- MergeJson
- PublishFile
- RemoveDependency
- RunShell
- WriteFile
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