MixedConfigSourcesException constructor

const MixedConfigSourcesException(
  1. List<String> ignoredLegacy
)

Implementation

const MixedConfigSourcesException(this.ignoredLegacy);