whereNoParameters method

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

Returns the MethodReflection without parameters.

Implementation

Iterable<MethodReflection<O, R>> whereNoParameters() =>
    where((m) => m.hasNoParameters);