whereNotStatic method

Iterable<MethodReflection<O, R>> whereNotStatic()

Implementation

Iterable<MethodReflection<O, R>> whereNotStatic() =>
    whereType<MethodReflection<O, R>>();