formatWith method
Implementation
@override
AgentFileContent formatWith(Map<String, String> values) {
return AgentFileContent(url: url.formatWith(values));
}
@override
AgentFileContent formatWith(Map<String, String> values) {
return AgentFileContent(url: url.formatWith(values));
}