SourceSpanException class
A class for exceptions that have source span information attached.
- Implemented types
Constructors
- SourceSpanException.new(String _message, SourceSpan? _span)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
{Object? color}) → String -
Returns a string representation of
this
.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited