whereStatic method

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

Implementation

Iterable<MethodReflection<O, R>> whereStatic() => where((e) => e.isStatic);