name property Null safety
The name of this entity.
This name will match the name of instanceType.
Implementation
String get name => instanceType.toString();
The name of this entity.
This name will match the name of instanceType.
String get name => instanceType.toString();