formatWith method

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

Implementation

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