removeDiacritics property

String get removeDiacritics

Implementation

String get removeDiacritics {
  return StringUtils.removeDiacritics(this);
}