SourceSpanFormatException class Null safety

A SourceSpanException that's also a FormatException.

Inheritance
Implemented types
Implementers

Constructors

SourceSpanFormatException(String message, SourceSpan? span, [dynamic source])

Properties

hashCode int
The hash code for this object.
read-onlyinherited
message String
A message describing the exception.
read-onlyinherited
offset int?
The offset in source where the error was detected.
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
source → dynamic
The actual source input which caused the error.
final
span SourceSpan?
The span associated with this exception.
read-onlyinherited

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