takeLast method Null safety
- int count
Eagerly selects the last count
characters.
If count
is greater than length, the count of character
available, then the entire sequence of characters
is returned.
Implementation
Characters takeLast(int count);