TextSource constructor Null safety
- SourceText source,
- List<
Sentence> sentences
Instantiates a TextSource from the source.
Implementation
factory TextSource(SourceText source, List<Sentence> sentences) =>
_TextSourceImpl(source, sentences);
Instantiates a TextSource from the source.
factory TextSource(SourceText source, List<Sentence> sentences) =>
_TextSourceImpl(source, sentences);