Returns true if this type has a property accessor with the given name.
name
@override bool hasPropertyAccessor(String name) { return element.hasPropertyAccessor(name); }