endsWith abstract method

bool endsWith(
  1. RulesString substring
)

Returns true if the string ends with the specified substring.

Implementation

bool endsWith(RulesString substring);