textUtf8 property

  1. @Deprecated('not needed anymore, but kept for backward compatibility')
String get textUtf8

The completion text rencoded as UTF-8 (chinese)

Only use this if you have issues with .text

https://github.com/tempo-riz/deepseek-dart/issues/2

Implementation

@Deprecated('not needed anymore, but kept for backward compatibility')
String get textUtf8 => fixUtf8(text);