isProperty property

bool isProperty

Returns true if the method is a property getter or setter.

Implementation

bool get isProperty => isGetProperty | isSetProperty;