whereStatic method

Iterable<FieldReflection<O, T>> whereStatic()

Implementation

Iterable<FieldReflection<O, T>> whereStatic() => where((e) => e.isStatic);