AgentsPage constructor
AgentsPage({
- required List<
ManagedAgent> agents, - required int total,
- String? continuationToken,
Implementation
AgentsPage({required this.agents, required this.total, this.continuationToken});