formatWith method

ToolkitChannel formatWith(
  1. Map<String, String> values
)

Implementation

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