camelSplit property

StringList get camelSplit

Splits a camel case string into individual words. Returns a list of strings representing the words in the camel case string.

Implementation

StringList get camelSplit => camelSplitString.split(" ");