isRegularMethod property
bool
get
isRegularMethod
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.
Required capabilities: isRegularMethod does not require any capabilities.
Implementation
bool get isRegularMethod;