ResolvedSource constructor
const
ResolvedSource({
- required ConfigSourceKind kind,
- String? path,
- List<
String> ignoredLegacy = const <String>[], - bool isMultiFlavor = false,
Creates a ResolvedSource.
Implementation
const ResolvedSource({
required this.kind,
this.path,
this.ignoredLegacy = const <String>[],
this.isMultiFlavor = false,
});