ChartRuntimePerformancePolicyResolution.fallback constructor

const ChartRuntimePerformancePolicyResolution.fallback(
  1. ChartRuntimePerformancePolicy policy
)

Implementation

const ChartRuntimePerformancePolicyResolution.fallback(
  ChartRuntimePerformancePolicy policy,
) : this(
      policy: policy,
      source: ChartRuntimePerformancePolicySource.fallback,
    );