int repeatNum({required String checkStr}) { List<String> contens = this.split(checkStr); return contens.length - 1; }