Variables class

The variables that can be used in the scripts

Mixed-in types

Constructors

Variables({required PubspecYaml pubspecYaml, required ScriptsYaml scriptsYaml, required CWD cwd})

Properties

cwd CWD
final
directory String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
logger → Logger
no setter
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, {EnvConfig? parentEnvConfig, OptionalFlags? flags}) Iterable<ResolveScript>
replaceVariables(String command, {required Map<String, String?> sipVariables, required ScriptsConfig config, required Script script, EnvConfig? envConfigOfParent, OptionalFlags? flags}) Iterable<ResolveScript>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

variablePattern RegExp
final