toReturnTypeReflections method

Iterable<TypeReflection?> toReturnTypeReflections()

Maps to returned TypeReflection.

Implementation

Iterable<TypeReflection?> toReturnTypeReflections() =>
    map((e) => e.returnType);