CF_UNICODETEXT top-level constant
Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data.
Implementation
@Deprecated('Use CLIPBOARD_FORMAT.CF_UNICODETEXT instead')
const CF_UNICODETEXT = 13;