endsWith method Null safety
- Characters characters
Whether the current range ends with characters.
Returns true if the characters of the current range ends with
characters, false if not.
Implementation
bool endsWith(Characters characters);
Whether the current range ends with characters.
Returns true if the characters of the current range ends with
characters, false if not.
bool endsWith(Characters characters);