ResolveScript class
Constructors
-
ResolveScript.new({required Iterable<
ResolveScript> resolvedScripts, required EnvConfig? envConfig, required Script script, required bool needsRunBeforeNext}) - ResolveScript.command({required String command, required EnvConfig? envConfig, required Script script, required bool needsRunBeforeNext})
Properties
- command → String?
-
no setter
- envConfig → EnvConfig?
-
no setter
-
flatten
→ Iterable<
ResolveScript> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- needsRunBeforeNext → bool
-
final
- originalCommand → String?
-
final
-
resolvedScripts
→ Iterable<
ResolveScript> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- script → Script
-
final
Methods
-
copy(
{EnvConfig? envConfig, bool? needsRunBeforeNext}) → ResolveScript -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
replaceCommandPart(
String part, String replacement) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited