compareToTr method

int compareToTr(
  1. String other, [
  2. bool ignoreCase = false
])

Implementation

int compareToTr(String other, [bool ignoreCase = false]) {
  return turkish.compareToTr(this, other, ignoreCase);
}