List<String> tokenize({bool splitAll = false, Tokenizer? tokenizer}) { return tokenizeString(this ?? '', splitAll: splitAll, tokenizer: tokenizer); }