name property

String? name
final

The simple name of the class.

Optional. If not provided, the toClass method will use the declaration or create a generic class instance.

Implementation

final String? name;