String simpleNameOfType(Type type) { return "$type".replaceAll(typeParameters, '').trimStart("_").uncapitalize(); }