isRegularMethod property
Is the reflectee a regular function or method?
A function or method is regular if it is not a getter, setter, or constructor. Note that operators, by this definition, are regular methods.
Implementation
bool get isRegularMethod;