whereNotAnnotated method

Iterable<FunctionReflection<O, R>> whereNotAnnotated()

Returns the MethodReflection without annotations.

Implementation

Iterable<FunctionReflection<O, R>> whereNotAnnotated() =>
    where((m) => m.annotations.isEmpty);