ProfilingStatus constructor

ProfilingStatus({
  1. DateTime? latestAgentOrchestratedAt,
  2. DateTime? latestAgentProfileReportedAt,
  3. AggregatedProfileTime? latestAggregatedProfile,
})

Implementation

ProfilingStatus({
  this.latestAgentOrchestratedAt,
  this.latestAgentProfileReportedAt,
  this.latestAggregatedProfile,
});