whereNullable method

Iterable<BasicFieldReflection<O, T>> whereNullable()

Implementation

Iterable<BasicFieldReflection<O, T>> whereNullable() =>
    where((e) => e.nullable);