ReleaseProblem class
One thing wrong with a repository's release inputs.
Returned rather than thrown, and in a list, because a caller checking a whole changelog wants every over-long section named at once. Being told about them one release at a time is how a limit gets hit twice.
Constructors
- ReleaseProblem(String where, String message)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
What is wrong, and where possible what to do instead.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- where → String
-
What was being checked, in terms a reader can go and look at — a version
heading and a platform, or a locale and a screenshot directory.
final
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