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