kSentenceDelimiter constant Null safety
The delimiter inserted at sentence endings to allow splitting of the text into sentences.
Implementation
static const kSentenceDelimiter = r'%~%';
The delimiter inserted at sentence endings to allow splitting of the text into sentences.
static const kSentenceDelimiter = r'%~%';