operator - method

int operator -(
  1. String other
)

Implementation

int operator -(String other) =>
    this[0].codeUnitAt(0) - other[0].codeUnitAt(0);