EmailSpec formatWith(Map<String, String> values) { return EmailSpec(address: address.formatWith(values), public: public); }