LanguageVersionFormatException constructor
- @visibleForTesting
Creates a new LanguageVersionFormatException with
the specified message reported at the specified offset in source.
Implementation
@visibleForTesting
const LanguageVersionFormatException(
this.message, {
required this.source,
required this.offset,
});