isGetter abstract method
Checks if this method is a getter.
Returns:
trueif declared withgetkeywordfalseotherwise
Note: Getters have no parameters and return a value.
Implementation
bool isGetter();
Checks if this method is a getter.
Returns:
true if declared with get keywordfalse otherwiseNote: Getters have no parameters and return a value.
bool isGetter();