AgentsPage constructor

AgentsPage({
  1. required List<ManagedAgent> agents,
  2. required int total,
  3. String? continuationToken,
})

Implementation

AgentsPage({required this.agents, required this.total, this.continuationToken});