toShortString method

String toShortString()

Implementation

String toShortString() {
  return _toString(true);
}