toMap method

String toMap()

Implementation

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