ChartRuntimePerformancePolicyResolution.json constructor

const ChartRuntimePerformancePolicyResolution.json(
  1. ChartRuntimePerformancePolicy policy, {
  2. String? sourcePath,
})

Implementation

const ChartRuntimePerformancePolicyResolution.json(
  ChartRuntimePerformancePolicy policy, {
  String? sourcePath,
}) : this(
       policy: policy,
       source: ChartRuntimePerformancePolicySource.json,
       sourcePath: sourcePath,
     );