source property Null safety

TextSource? source
read / write

Source this was decoded from.

Will always be set if this was created by the TextualEncoding.decode constructor, but otherwise is null.

Implementation

late TextSource? source;