ImplementedMethod.setter

True if the method is either a getter or a setter but not both. Is none for non-autoProperty methods but also when a getter has been detected but the method returns void.

struct ImplementedMethod
bool setter;

Meta