ProfilingStatus constructor
ProfilingStatus({
- DateTime? latestAgentOrchestratedAt,
- DateTime? latestAgentProfileReportedAt,
- AggregatedProfileTime? latestAggregatedProfile,
Implementation
ProfilingStatus({
this.latestAgentOrchestratedAt,
this.latestAgentProfileReportedAt,
this.latestAggregatedProfile,
});