substitutions property

Map<String, String>? substitutions
getter/setter pair

Substitutions for Build resource.

The keys must match the following regular expression: ^_[A-Z0-9_]+$.

Implementation

core.Map<core.String, core.String>? substitutions;