Methods
-
addWarning(Element element, PackageWarning kind, String message, String fullMessage)
→ void
-
Adds the warning to the counter, and writes out the fullMessage string
if configured to do so.
-
hasWarning(Element element, PackageWarning kind, String message)
→ bool
-
Returns true if we've already warned for this.
-
toString()
→ String
-
Returns a string representation of this object.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
Operators
-
operator ==(other)
→ bool
-
The equality operator.
inherited