Represents plain text with no escape sequences.
[NullableContext((byte)1)]
[Nullable((byte)0)]
public sealed record TextToken : AnsiToken, IEquatable<AnsiToken>, IEquatable<TextToken>
kind:method, kind:property, kind:ctor. Press Esc to clear.TextThe text content.