menu
innerlibs
string_extensions.dart
StringExtensions
getWords property
getWords
dark_mode
light_mode
getWords
property
Iterable
<
string
>
get
getWords
Returns a list with words of this sentence
Implementation
Iterable<string> get getWords => splitWords();
innerlibs
string_extensions
StringExtensions
getWords property
StringExtensions extension on
String