endsWith method

bool endsWith(
  1. String ends
)
inherited

Implementation

bool endsWith(String ends) {
  return code.endsWith(ends);
}