AgentConfiguration constructor
AgentConfiguration({
- required int periodInSeconds,
- required bool shouldProfile,
- Map<
AgentParameterField, String> ? agentParameters,
Implementation
AgentConfiguration({
required this.periodInSeconds,
required this.shouldProfile,
this.agentParameters,
});