$Messages class

Concrete implementation of Messages for external users.

Inheritance

Constructors

$Messages()
const

Properties

analysisFailureReasons String
Possible reasons that static analysis/the compiler failed.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
optionalDependenciesNullable String
An explanation that optional dependencies are expected to be nullable.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlFileBugs String
What URL should be used for filing bugs when the compiler fails.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeGlobalSingletonService(String service) String
Returns a message that the following global singleton service should be removed from injector or providers.
override
toString() String
A string representation of this object.
inherited
unresolvedSource(Iterable<SourceSpanMessageTuple> tuples, {required String reason}) String
Returns a message that the following sourceSpans were unresolvable.
inherited
warningForOnPushCompatibility(String name) String
What message should be used for OnPush compatibility warnings.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited