toTypeReflections method

Iterable<TypeReflection> toTypeReflections()

Maps to TypeReflection.

Implementation

Iterable<TypeReflection> toTypeReflections() => map((e) => e.type);