toShortString method

String toShortString()

Implementation

String toShortString() => toString().split('.').last;