source property
Returns the source of the input data if available as a String value. If the source of the input data is not available, it throws an exception, the type and meaning of which depends on the reader implementation.
Implementation
@override
String get source => throw StateError('Source unavailable');