whereStatic method

Iterable<StaticMethodReflection<O, R>> whereStatic()

Implementation

Iterable<StaticMethodReflection<O, R>> whereStatic() =>
    whereType<StaticMethodReflection<O, R>>();