The name of the enclosing interface followed by . and name.
.
For example, A.new for an unnamed constructor and A.named for a named constructor.
A.new
A.named
@override String get displayName;