MixedConfigSourcesException class
Exception thrown when both new (flutter_launcher_icons_flavors.yaml)
and legacy (flutter_launcher_icons-<flavor>.yaml) config sources
coexist and the user has opted into strict mode (--strict).
- Implemented types
Constructors
-
MixedConfigSourcesException(List<
String> ignoredLegacy) -
Creates a new MixedConfigSourcesException.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ignoredLegacy
→ List<
String> -
The list of legacy
flutter_launcher_icons-<flavor>.yamlpaths that were detected alongside the consolidated config file.final - info → String
-
Short, user-facing message. Printed unconditionally on error.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verbose → String?
-
Longer remediation / context, printed under
-v/--verbose. May benullwhen there is nothing extra to add beyond info.no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited