Variables class
The variables that can be used in the scripts
Constructors
- Variables({required PubspecYaml pubspecYaml, required ScriptsYaml scriptsYaml, required CWD cwd})
-
const
Properties
- cwd → CWD
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pubspecYaml → PubspecYaml
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scriptsYaml → ScriptsYaml
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
populate(
) → Map< String, String?> -
replace(
Script script, ScriptsConfig config, {OptionalFlags? flags}) → List< String> -
replaceVariables(
String command, {required Map< String, String?> sipVariables, required ScriptsConfig config, OptionalFlags? flags}) → Iterable<String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- variablePattern → RegExp
-
final