toShortString method

String toShortString()

Implementation

String toShortString() {
  var code = RatedTypeString._stringValues[this];
  if (code == null) {
    return "none";
  }
  return code;
}