source property Null safety
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;
Source this was decoded from.
Will always be set if this was created by the TextualEncoding.decode constructor, but otherwise is null.
late TextSource? source;