Convenience: decode a value token.
dynamic decodeValue( String? value, { Encoding? charset, }) => decode( value, charset: charset ?? this.charset, kind: DecodeKind.value, );