isGetter abstract method
Checks if this method is a getter.
Returns:
true
if declared withget
keywordfalse
otherwise
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();