toShortString method

String toShortString()

Implementation

String toShortString() {
  return toString().split('.').last;
}