hasPropertyAccessor abstract method

bool hasPropertyAccessor(
  1. String name
)

Returns true if this element has a property accessor with the given name.

Implementation

bool hasPropertyAccessor(String name);