toString method

  1. @override
String toString()
override

Returns a description of this exception

Implementation

@override
String toString() =>
    'LanguageVersionFormatException: $message (at character ${offset + 1})';