isEndsWith method

bool isEndsWith(
  1. String suffix
)

Implementation

bool isEndsWith(String suffix) => validator.isEndsWith(this, suffix);