isPrecededBy method Null safety
- Characters characters
Whether the current range is preceded by characters
.
Returns true
if the characters immediately preceding the current
range are characters
, and false
if not.
Implementation
bool isPrecededBy(Characters characters);