isSetProperty property

bool isSetProperty

Returns true if the method is a property setter

Implementation

bool get isSetProperty => isSpecialName && name.startsWith('put_');