whereNullable method

Iterable<ParameterReflection> whereNullable()

Implementation

Iterable<ParameterReflection> whereNullable() => where((e) => e.nullable);