isSetter abstract method
Checks if this method is a setter.
Returns:
trueif declared withsetkeywordfalseotherwise
Note: Setters have exactly one parameter and return void.
Implementation
bool isSetter();
Checks if this method is a setter.
Returns:
true if declared with set keywordfalse otherwiseNote: Setters have exactly one parameter and return void.
bool isSetter();