AgentScript constructor

AgentScript({
  1. String? path,
  2. String? text,
})

Implementation

AgentScript({this.path, this.text});