The simple name for this Dart language entity.
The simple name is in most cases the the identifier name of the entity, such as 'method' for a method void method() {...} or 'mylibrary' for a library 'mylibrary'; declaration.
void method() {...}
library 'mylibrary';