formatWith method

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

Implementation

EmailChannel formatWith(Map<String, String> values) {
  return EmailChannel(address: address.formatWith(values), private: private, annotations: _formatStringMap(annotations, values));
}