AppSnapshot constructor

AppSnapshot({
  1. List<Agent>? agents,
  2. App? app,
  3. List<Example>? examples,
  4. List<Guardrail>? guardrails,
  5. List<Tool>? tools,
  6. List<Toolset>? toolsets,
})

Implementation

AppSnapshot({
  this.agents,
  this.app,
  this.examples,
  this.guardrails,
  this.tools,
  this.toolsets,
});