Returns true if this element has a constructor with the given name.
true
@override bool hasConstructor(String name) { return constructors.any((ConstructorElement e) => e.name == name); }