whereNotStatic method

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

Implementation

Iterable<FieldReflection<O, T>> whereNotStatic() =>
    whereType<FieldReflection<O, T>>();