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