sentences property Null safety

List<Sentence> sentences

The collection of sentences in the source.

The sentences are obtained by splitting source at sentence punctuation marks and line end characters.

Implementation

List<Sentence> get sentences;