SourceSpanFormatException constructor Null safety

SourceSpanFormatException(
  1. String message,
  2. SourceSpan? span,
  3. [dynamic source]
)

Implementation

SourceSpanFormatException(String message, SourceSpan? span, [this.source])
    : super(message, span);