splitIntoTerms method Null safety

List<String> splitIntoTerms(
  1. String source
)

Splits source into all the terms.

Implementation

List<String> splitIntoTerms(String source);