InvalidFlavorsFileException class
Exception thrown for schema, structural, or merge errors in
flutter_launcher_icons_flavors.yaml.
- Implemented types
Constructors
- InvalidFlavorsFileException(String message, {String? path, String? flavor, String? keyPath})
-
Creates a new InvalidFlavorsFileException.
const
Properties
- flavor → String?
-
Name of the offending flavor, when applicable.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- info → String
-
Short, user-facing message. Printed unconditionally on error.
no setteroverride
- keyPath → String?
-
Dotted key path inside the YAML where the failure was detected,
e.g.
flavors.dev.web.unknown_key.final - message → String
-
Human-readable message describing the failure.
final
- path → String?
-
Absolute path of the offending file, when known.
final
- 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