formatWith method

  1. @override
AgentFileContent formatWith(
  1. Map<String, String> values
)
override

Implementation

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