whereNoParameters method

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

Returns the MethodReflection without parameters.

Implementation

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