isRegularMethod 属性

bool isRegularMethod

反射对象是否为常规函数或方法?

如果一个函数或方法不是getter、setter或构造函数,则它是常规的。请注意,根据这个定义,运算符是常规方法。

实现

bool get isRegularMethod;