formatWith method
Implementation
ToolkitChannel formatWith(Map<String, String> values) {
return ToolkitChannel(name: name.formatWith(values), annotations: _formatStringMap(annotations, values));
}
ToolkitChannel formatWith(Map<String, String> values) {
return ToolkitChannel(name: name.formatWith(values), annotations: _formatStringMap(annotations, values));
}