isRegularMethod property - MethodMirror class - dart:mirrors library (original) (raw)

description

bool getisRegularMethod

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;