startsWith abstract method

bool startsWith(
  1. Characters characters
)

Whether the current range starts with characters.

Returns true if the characters of the current range starts with characters, false if not.

Implementation

bool startsWith(Characters characters);