toTypes method

Iterable<Type> toTypes()

Maps to Type.

Implementation

Iterable<Type> toTypes() => map((e) => e.type.type);