SourceSpanFormatException class Null safety
A SourceSpanException that's also a FormatException.
- Inheritance
- Object
- SourceSpanException
- SourceSpanFormatException
- Implemented types
- Implementers
Constructors
- SourceSpanFormatException(String message, SourceSpan? span, [dynamic source])
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- message → String
-
A message describing the exception.
read-only, inherited
- offset → int?
-
The offset in source where the error was detected. [...]
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- source → dynamic
-
The actual source input which caused the error. [...]
final
- span → SourceSpan?
-
The span associated with this exception. [...]
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
{dynamic color}) → String -
Returns a string representation of
this
. [...]inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited