AgentTextContent constructor

const AgentTextContent({
  1. required String text,
})

Implementation

const AgentTextContent({required this.text});