whereNullable method

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

Implementation

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