name property

String name

Name of this kind for debugging purposes.

Example

final kind = Int32Kind();
kind.name; // --> Int32

Implementation

String get name;