name property

String name
finalinherited

The name of the generic type.

This property returns the string representation of the type T.

Implementation

final String name = T.toString();