name property

String get name

The name of this entity.

This name will match the name of instanceType.

Implementation

String get name => instanceType.toString();