parameterize method Null safety
- String config,
- ConfigParams parameters
Parameterized configuration template given as string with dynamic parameters.
The method uses Handlebars template engine: Handlebars
config
a string with configuration template to be parameterizedparameters
dynamic parameters to inject into the template Return a parameterized configuration string.