get_type_name_of_the_toString function

String get_type_name_of_the_toString(
  1. String str
)

Implementation

String get_type_name_of_the_toString(String str) => str.substring(13, str.length-1);