Flutter
source_span
SourceSpanException
SourceSpanException constructor
SourceSpanException
SourceSpanException class
Constructors
SourceSpanException
Properties
message
span
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
SourceSpanException constructor
SourceSpanException
(
String
_message
,
SourceSpan
_span
)
Implementation
SourceSpanException(this._message, this._span);