hasPropertyAccessor method

  1. @override
bool hasPropertyAccessor(
  1. String name
)
override

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

Implementation

@override
bool hasPropertyAccessor(String name) {
  return element.hasPropertyAccessor(name);
}