MelosConfigException class
Thrown when the melos section of the root pubspec.yaml configuration is
malformed.
- Implemented types
Constructors
- MelosConfigException(String message)
- MelosConfigException.invalidType({required Object expectedType, required Object? value, Object? key, int? index, String? path})
- MelosConfigException.missingKey({Object? key, int? index, String? path})
Properties
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