endsWith abstract method

bool endsWith(
  1. 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);