source property

TextSource? source
getter/setter pair

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;