name property

String name

Dart identifier of the class.

Implementation

String get name => _name ?? T.toString();